Skip to content

Instantly share code, notes, and snippets.

@shibayu36
Created March 31, 2012 09:02
Show Gist options
  • Save shibayu36/2261037 to your computer and use it in GitHub Desktop.
Save shibayu36/2261037 to your computer and use it in GitHub Desktop.
#!perl
use strict;
use warnings;
exit 128;
#!perl
use strict;
use warnings;
my $code = system("perl exit-with-code.pl") / 256;
warn $code;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment