Help for this page

Select Code to Download


  1. or download this
    sub print_thing {
        print join("\n", _thing_helper(shift)),"\n";
    ...
            return "$thing";
        }
    }