Help for this page

Select Code to Download


  1. or download this
    open(FH, $opts{-file});
    $opts{-handle} = \*FH;
    $parser->from_handle(%opts);
    
  2. or download this
    sub from_handle {
        my $self = shift;
    ...
            #... and here we're supposed to read from FH
        }
    }