Help for this page

Select Code to Download


  1. or download this
    sub q { return "inside main sub q"; }
    print "Ambiguity gets us the builtin: \n";
    ...
    "not in sub q"
    Let us be more specific: 
    inside main sub q