Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    open my $inFile, '<', 'data.txt' or die "Can't open $filename: $!\n";
    print <$inFile>;
    close $inFile;
    
  2. or download this
    Stuff written to disk using file handle DATA