Help for this page
print "main start\n"; &mySub(4); ... # Bye-bye return; }
main start mySub(4) BEGIN ... mySub(2) END mySub(4) END main end