> perl -v This is perl, v5.10.0 built for i486-linux-gnu-thread-multi #### > perl use IO::Handle; my $x=\*STDOUT; $x->print("hu hu"); __END__ hu hu