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
    ';