#!/usr/bin/perl -wuse English '-no-match-vars';print 'I am ', $PROGRAM_NAME, ' (', $PROCESS_ID, ')';#print 'I am ', $0, ' (', $$, ')';