Help for this page
#!/usr/bin/perl use strict; ... my $sig = shift; print "somebody told me $sig"; }