Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created January 15, 2016 13:34
Show Gist options
  • Select an option

  • Save tomcha/77bb4feb037a1e8fc7f8 to your computer and use it in GitHub Desktop.

Select an option

Save tomcha/77bb4feb037a1e8fc7f8 to your computer and use it in GitHub Desktop.
barusu.pl
#!/usr/bin/env perl
use strict;
use warnings;
sub barusu{
die
}
open my $fh, '<', 'nofile.txt' or barusu $!;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment