Help for this page

Select Code to Download


  1. or download this
    ...
    croak("Invalid type for 'outfile', missing method print()'")
      unless $outfile->can('print');
    ...