Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    
    $F = new IO::Handle;
    $F->autoflush(1);
    
  2. or download this
    $ cat -n openself
     1  #!/usr/local/bin/perl -w
    ...
    25    }
    26    exit;
    27  }