Help for this page

Select Code to Download


  1. or download this
    package pq;
    use strict;
    ...
    
    sub pr { print main::FO1; }
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $obj = new pq;
    pq->pr();        # says 'print() on unopened filehandle FO1 at pq.pm l
    +ine 28.'