Help for this page

Select Code to Download


  1. or download this
        tie @file, 'Tie::File', $filepath;
        for (@file) {
            print "$_\n";
        }
        print "line2 = $file[1]";
    
  2. or download this
    recsep => "\r\n"
    
  3. or download this
    package CodeSet;
    use strict;
    ...
        print "line2 = $file[1]\n";  
    }
    1;
    
  4. or download this
    sub RunCodeSets {
        my $self = shift;
    ...
            $_->Process;
        }
    }