Help for this page

Select Code to Download


  1. or download this
    for (;;) {
      undef $!;
    ...
      }
      # ...
    }
    
  2. or download this
    #!/usr/bin/perl 
    sub doit {
    ...
    doit $0, 5;   
    doit $0, 6;  
    doit $0, undef;
    
  3. or download this
    n=5 s=I/O error
    n=6 s=No such device or address
    n=0 s=