Help for this page

Select Code to Download


  1. or download this
        &do_system("perl exit1.pl");
    
  2. or download this
        system("perl exit1.pl") || die "Failed to run exit1.pl\n";
    
  3. or download this
    # This is Perl4 code, I leave the translation to Perl5 
    # to the reader
    ...
            }
        }