Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $val = shift;
        printf "[%s] goodness: %s\n", $$, $foo;
        $foo += $val;
    
  2. or download this
    package Apache::ROOTfoo_2ecom::test_2epl;
    use Apache qw(exit);
    ...
        printf "[%s] goodness: %s\n", $$, $foo;
        $foo += $val;
    }