Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Output question

by oaklander (Acolyte)
on Dec 26, 2001 at 17:44 UTC ( [id://134389]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use File::Find qw(finddepth);
    die "GIVE DIRECTORY NAME AS AN ARGUMENT\n" unless @ARGV;
    ...
    print "FILE COUNT = $j\n";
    print "TOTAL RECORD COUNT = $x\n";
    }
    
  2. or download this
    foreach($y=0)
    {
    ...
    unless( $y++ % 80 ) 
    {
    <STDIN>;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-28 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found