Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: path is broken

by btrott (Parson)
on Dec 06, 2000 at 23:55 UTC ( [id://45299]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $line_count = `wc -l $filename`
    
  2. or download this
        sub lines_in_file {
            my $f = shift;
    ...
            1 while <FH>;
            $.;
        }
    
  3. or download this
        my $line_count = lines_in_file($filename);
    

Log In?
Username:
Password:

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

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

    No recent polls found