Help for this page
use strict; sub foo ($) {return shift} ... print "\n"; print eval (foo2 @bax,1); print "\n";