Help for this page

Select Code to Download


  1. or download this
    01 #! /usr/bin/perl
    02: use warnings;
    ...
    09: my $result = `dir`;
    10: die "Error 2: $!\n" if $!; 
    11: print $result;
    
  2. or download this
    Error 2: Bad file descriptor