Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

UNC vs. standard Perl functions

by crenz (Priest)
on Mar 16, 2005 at 14:48 UTC ( [id://439960]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -e "print -d 'C:\Windows'"
    1
    ...
    
    C:\>perl -e "print -d '//server/share'"
    1
    
  2. or download this
    C:\>perl -MFile::Spec::Functions -e "print catfile('//test/dir', 'test
    +2');"
    \\test\dir\test2
    

Log In?
Username:
Password:

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

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

    No recent polls found