Help for this page

Select Code to Download


  1. or download this
    $ perl -wE 'use IO::Handle; my $inode = (*STDERR{IO}->stat)[1]; say `f
    +ind -inum $inode`;' 2> derf
    ./derf
    
    $ perl -wE 'use IO::Handle; my $inode = (*STDOUT{IO}->stat)[1]; say `f
    +ind -inum $inode`;' > fred; cat fred
    ./fred