Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

What is the difference?

by YAFZ (Pilgrim)
on Apr 08, 2003 at 14:20 UTC ( [id://248932]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl -w
    
    ...
            $line = join('', split /[ \t]*/);
            print $line;
    }
    
  2. or download this
    #!/bin/perl -w
    
    ...
    }
    
    print $line;
    
  3. or download this
    $ ./ccount.pl <ccount.pl | wc
          0       1      69
    
  4. or download this
    $ ./ccount2.pl <ccount.pl
    Use of implicit split to @_ is deprecated at ./ccount2.pl line 5.
    72
    

Log In?
Username:
Password:

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

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

    No recent polls found