Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created December 4, 2015 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomcha/154e646f79b2344c7b08 to your computer and use it in GitHub Desktop.
Save tomcha/154e646f79b2344c7b08 to your computer and use it in GitHub Desktop.
50
#!/usr/bin/env perl
use strict;
use warnings;
for (my $i = 0; $i <10; $i++){
print "Papix!!\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment