Help for this page

Select Code to Download


  1. or download this
    sub foo { print "foo: @_\n" }
    sub bar { print "bar: @_\n" }
    ...
    __END__
    foo: foo 1 common 1
    bar: bar 1 common 1