Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Should -f test return true for symlinks ?

by Utilitarian (Vicar)
on Oct 23, 2013 at 13:43 UTC ( [id://1059307]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'printf "File test: file %d f_link %d dir %d  d_link %d\n" ,
    +-f "file" , -f "f_link", -f "dir", -f  "d_link"; '
    File test: file 1 f_link 1 dir 0  d_link 0
    
    $ perl -e 'printf "Dir test: file %d f_link %d dir %d  d_link %d\n" ,-
    +d "file" , -d "f_link", -d "dir", -d  "d_link"; '
    Dir test: file 0 f_link 0 dir 1  d_link 1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1059307]
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-20 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found