Help for this page

Select Code to Download


  1. or download this
    my $f = "/etc/hosts";
    open($f, $f);
    ...
        print while(<$h>);
        warn;
    }
    
  2. or download this
    Warning: something's wrong at ./t25.pl line 11, </etc/hosts> line 12.