Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        return;
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        print $client qx{ls -al 2>&1};
        sleep $sleep_time;
    }