Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            $runtime += 300;
            print "Duration: $runtime2\n";
    }
    
  2. or download this
    Duration: 0d 1h 0m 0s
    
  3. or download this
    Duration: 0d 0h 5m 0s
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        sleep (300);
    }