Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/perl/bin/perl -w 
    $| = 1;
    ...
    sub abc {
    $x = 1;
    }
    
  2. or download this
    #!/usr/local/perl/bin/perl -w 
    $| = 1;
    ...
    print "here";
    exit(1);
    }