Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    open my $iFile, '<', $testFile or die "Failed to open $testFile for re
    +ading: $!\n";
    print <$iFile>;
    close $iFile;
    
  2. or download this
    This is some output text
    Overwrite part of a line.
    ten (at least partially)