Help for this page
#!/usr/bin/env perl use 5.010; ... do { exec "/bin/true" }; # Assuming a Unix-like system here say "got here";