Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Re: upload mod insert

by barrd (Canon)
on Dec 05, 2003 at 12:43 UTC ( [id://312499]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: upload mod insert
in thread upload mod insert

Basename.pm is included in the standard distro and will be located somewhere in your @INC directories in a directory called File which is its root namespace.

Try this on the CLI:
perl -e 'print join("\n", @INC);'

And you will see that for example in my system it is here with /usr/share/perl/5.8.0 being in my @INC:

barrd:~# locate Basename.pm /usr/share/perl/5.8.0/File/Basename.pm

Update: Added more text to make a bit more sense

Replies are listed 'Best First'.
Re: Re: Re: Re: upload mod insert
by iburrell (Chaplain) on Dec 05, 2003 at 21:46 UTC
    The module isn't Basename, it is File::Basename. It lives in a file named File/Basename.pm. But the package is "File::Basename". It is used like this:
    use File::Basename; my $file = basename($path);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found