![]() |
|
P is for Practical | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
The core File::Basename module may be of assistance. You might also have luck with a regex like the following:
$filename =~ s!.*[/\]([^/\]*?)!$1!;
I put more stock in the module than in my regex, however.
In reply to RE: RE: RE:(3) handling file uploads.
by chromatic
|
|