Help for this page
> perl -v This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
> perl use IO::Handle; ... $x->print("hu hu"); __END__ hu hu