Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    STDERR->print(Dumper([PerlIO::get_layers($fh)]));
    
    $fh->close();
    
  2. or download this
    $VAR1 = [
              'unix',
              'perlio',
              'utf8'
            ];
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    
    $fh->close();