Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

why can't I just cat the file???

by convenientstore (Pilgrim)
on Feb 07, 2008 at 04:04 UTC ( [id://666729]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    hi
    hi
    hi
    
  2. or download this
    Use of uninitialized value in print at ./split_file.pl line 12, <DATA>
    + line 9.
    Use of uninitialized value in scalar chomp at ./split_file.pl line 11,
    + <DATA> line 9.
    ...
    Use of uninitialized value in print at ./split_file.pl line 12, <DATA>
    + line 9.
    Use of uninitialized value in scalar chomp at ./split_file.pl line 11,
    + <DATA> line 9.
    Use of uninitialized
    
  3. or download this
    use strict;
    use Data::Dumper;
    ...
    #print "@yahoo\n";
    
    print Dumper(@yahoo);
    
  4. or download this
    ./split_file.pl
    $VAR1 = 'hi nus mine
    ...
    ';
    $VAR9 = 'hi
    ';
    

Log In?
Username:
Password:

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

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

    No recent polls found