Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    use v5.12;
    ...
           if (! open $out_fh, '>', $out) {
              die "Can't write '$out': $!";
              }
    
  2. or download this
    Global symbol "$in_fh" requires explicit package name at ./exer_9_2 li
    +ne 14.
    Global symbol "$out_fh" requires explicit package name at ./exer_9_2 l
    +ine 1