Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    print "All done!\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use warnings;
    
    print "In test2.pl the pid is $$\n";
    
  3. or download this
    /liwidata/dev/tmp/jmg/dev/library> ./test1.pl
    In test1 the parent pid is 21348; the child pid is 21349
    All done!
    /liwidata/dev/tmp/jmg/dev/library> In test2.pl the pid is 21349