Ive got a small server running on a linux box. Im using Apache2 to serve HT docs. Ive also got some perl 5 scripts with which im using sendmail to send various emails. Ive got a problem which surfaced recently - possibly coinsiding with rebooting the server (complete power down).
The problem is...
HI all
Ive got a file upload tool (up.cgi) on my server. Users can upload a few different types of files (file input from HTML FORM points to my upload script (up.cgi) then gets saved on my server using:
sub Store_Results {
my $data;
my $bytes_count;
$size =...
HI
I had good luck with my last question, so I thought id try with another problem im having. and, yes, I do look for the answer in my perl book first - but I cant seem to find what im looking for in there.
so, the problem is:
I have a folder of files - different types (extensions). I need to...
I need to take a standard filename:
myfilename.ext
and seperate the filename from the extension and be able to use both in my code. im new to perl - have written only a few scripts.
so, i would like to end up with (somehow)
$filename = myfilename
$ext = ext
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.