in reply to Re: multiple "sub" packages in 1 file: possible? how?
in thread multiple "sub" packages in 1 file: possible? how?
Yeah...I thought about explicit package names before the package names, but I wanted it to be as if I had "Exported" the names from the package (ala @Exports=qw(set_ctemp f c). Then I can use the "Exported" (from the inline package, in this case) names in the main program.