Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: dir / file split

by sanPerl (Friar)
on Sep 29, 2007 at 17:35 UTC ( [id://641711]=note: print w/replies, xml ) Need Help??


in reply to dir / file split

You script seems ok to me. Just a suggestion
$file_path =~ /(.*)\/(.+)/; my ($dir, $file) = ($1, $2);
This will ensure that you are always hitting with the file name so any string like /foo/bar/abc/ would be ignored.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://641711]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found