Help for this page

Select Code to Download


  1. or download this
    ### init
        use strict;
    ...
        if($_[1]){print "fwoFunc arg1: ". $_[1] ."\n"}
        print "-------------\n";
    }