Skip to content

Instantly share code, notes, and snippets.

@semifor
Created April 19, 2013 15:29
Show Gist options
  • Select an option

  • Save semifor/5421110 to your computer and use it in GitHub Desktop.

Select an option

Save semifor/5421110 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use 5.12.1;
use warnings;
eval { die 'hard' };
if ( @$ ) {
say 'land softly';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment