Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    EOC
    main;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        printf "success, system command executed.\n";
        return 0;
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        printf "success, system command executed.\n";
        return 0;
    }