Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    print "Perl (PID $$) was invoked from PID $parent ($invoker)\n";
    
  2. or download this
    
    cmd.exe>perl who_called_Perl.pl
    ...