Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
       print {*STDERR} $msg, '? ', ($flag ? 'yes' : 'no'), "\n";
       return;
    }
    
  2. or download this
    ref $fh yields IO::Scalar
    $fh->can("opened")? yes
    ...
    $fh->can("seek")? yes
    $fh->seek(0, 0)? yes
    $fh is tied? no