Help for this page

Select Code to Download


  1. or download this
    print { $fh } ...;
    print $fh ...;     # Shorthand
    ...
    print { $o->get_fh()           } ...;
    print { $e ? *STDERR : *STDOUT } ...;
    etc.