Help for this page

Select Code to Download


  1. or download this
    >perl -e "open $fh, '-'; print *$fh{IO}
    IO::Handle=IO(0x22532c)
    
    >perl -e "print *STDOUT{IO}
    IO::Handle=IO(0x225cfc)
    
  2. or download this
    >perl -e "STDOUT->flush()
    Can't locate object method "flush" via package "IO::Handle"
    
    >perl -e "use IO::Handle; STDOUT->flush()