Skip to content

Instantly share code, notes, and snippets.

@tsucchi
Created December 3, 2013 10:06
Show Gist options
  • Select an option

  • Save tsucchi/7766898 to your computer and use it in GitHub Desktop.

Select an option

Save tsucchi/7766898 to your computer and use it in GitHub Desktop.
$ perl x.pl sibou at x.pl line 5.
#!/usr/bin/perl
use strict;
use warnings;
my $x = {
xxx => { die "sibou" },
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment