Help for this page

Select Code to Download


  1. or download this
    # topen.pl
    use strict;
    ...
    my $rc = system("$^X topen.pl");
    sleep(30);
    print "rc=$rc\n";