Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Tie::Filesystem - request for review

by Aragorn (Curate)
on Jun 23, 2004 at 07:48 UTC ( [id://368964]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $pathname = $self->{'root'} . $DIR_SEP . $leaf;
    
  2. or download this
    my $pathname = catdir($self->{'root'}, $leaf);
    
  3. or download this
    return -e ($self-{'root'} .  $DIR_SEP . $leaf);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://368964]
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: (7)
As of 2024-04-19 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found