Skip to content

Instantly share code, notes, and snippets.

@shibayu36
Created March 31, 2012 08:44
Show Gist options
  • Save shibayu36/2260965 to your computer and use it in GitHub Desktop.
Save shibayu36/2260965 to your computer and use it in GitHub Desktop.
#!perl
use strict;
use warnings;
for (1..20) {
$0 = "perl process : $_";
sleep 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment