Skip to content

Instantly share code, notes, and snippets.

@sharifulin
Created November 26, 2009 10:47
Show Gist options
  • Save sharifulin/243391 to your computer and use it in GitHub Desktop.
Save sharifulin/243391 to your computer and use it in GitHub Desktop.
say or die
#!/usr/bin/perl
use common::sense;
say 'hello, world' or die 'hello, world';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment