Help for this page
#caller #!/usr/bin/perl ... #system ("./test"); print "done\n";
#test #!/usr/bin/perl print "test\n"; exit;