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

Re^5: require mystery

by Corion (Patriarch)
on Sep 07, 2007 at 06:17 UTC ( [id://637586]=note: print w/replies, xml ) Need Help??


in reply to Re^4: require mystery
in thread require mystery

Perl allows barewords or strings (which are basically the same, except that a bareword comes without quotes, hence, "bare") as invocants:

File::Path->import(...)

is the same as:

"File::Path"->import(...)

and

my $pathtool = "File::Path"; $pathtool->import(...)

and all three translate to:

File::Path::import("File::Path",...);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2025-06-21 23:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.