Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: problems with perl input

by Athanasius (Archbishop)
on Mar 20, 2013 at 02:26 UTC ( [id://1024417]=note: print w/replies, xml ) Need Help??


in reply to problems with perl input

Hello jarwulf, and welcome to the Monastery!

You need to convert $inputFile into an absolute path before passing it to splitpath(). For example:

my ($inputFileVolume, $inputFileDir, $name) = File::Spec->splitpath(File::Spec->rel2abs($inputFile));

Or you could consider using File::Spec->curdir(). See File::Spec.

Hope that helps,

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found