Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Working through directories

by Prince99 (Scribe)
on Jan 11, 2002 at 02:17 UTC ( [id://137848]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dir = "../data/ifx/reports/";
    opendir (DIR, $dir) or die "cannot opendir $dir";
    ...
    }
    closedir (DIR);
    }
    
  2. or download this
    103
    ---->137
    ...
    --------->M2001-12.pdf
    --------->M2001-11.pdf
    --------->M2001-01.pdf
    
  3. or download this
    M2001-11.pdf
    M2001-12.pdf
    ...
    --------->Q2001-1.pdf
    --------->Q2001-2.pdf
    --------->Y2001.pdf
    
  4. or download this
    M2001-11.pdf
    M2001-12.pdf
    ...
    Q2001-1.pdf
    Q2001-2.pdf
    Y2001.pdf
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-19 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found