Help for this page

Select Code to Download


  1. or download this
    sub poo {
    print "in sub poo\n";
    print Dumper( \@_ );
    # rest of your code here
    }