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