Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Need a better way to count input lines

by Theo (Priest)
on May 07, 2004 at 19:53 UTC ( [id://351583]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Last   First   Phone   Bldg    Room    email
     
    Use of uninitialized value in printf at PL.pl line 11, <FH> line 2.
    ...
    Use of uninitialized value in printf at PL.pl line 11, <FH> line 11.
    Use of uninitialized value in printf at PL.pl line 11, <FH> line 11.
                             cbest
    
  2. or download this
    Last   First   Phone   Bldg    Room    email
     
    ...
    O'Lewis John.^M                          john
    Le Much Bo Jo^M                          ed@a.nl
    Abe-Jen Mar-Jo^M                         cbest
    
  3. or download this
    #!/opt/bin/perl -slw
    use strict;
    ...
            printf '%7.7s %7.7s %7.7s ', <FH> =~ m[ ([^/]+) / (?:(\S+)\s+)
    +? (\S+) $]x; 
            printf "%s\n",               <FH> =~ m[^(\S+)];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-18 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found