Help for this page
#!/usr/bin/perl ... sub mysub{ print "mysub output\n"; }
---------- Capture Output ---------- > "C:\Perl\bin\perl.exe" _new.pl ... > Terminated with exit code 0.