Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    use strict;
    ...
        print "parent: $var";
    }
    
  2. or download this
    child: foo
    child: bar
    parent: baz
    
  3. or download this
    child: baz
    child: bar
    parent: bar