Help for this page

Select Code to Download


  1. or download this
        538     my $b_is_fh = (ref($out) =~ /FileHandle/);
        539     my $pout = sub {
    ...
        542         $b_is_fh  or $out->out($msg);
        543     };