Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

How do monks create paths?

by Cody Pendant (Prior)
on Apr 06, 2008 at 03:09 UTC ( [id://678596]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        /Foo/bar/baz/bax.txt
    
  2. or download this
        my $path = '/Foo' . '/bar' . '/baz' . '/bax.txt';
    
  3. or download this
        my $path = '/Foo/' . 'bar/' . 'baz/' . 'bax.txt';
    
  4. or download this
        my $path = '/Foo/' . '/bar/' . '/baz/' . '/bax.txt';
    

Log In?
Username:
Password:

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

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

    No recent polls found