Skip to content

Instantly share code, notes, and snippets.

@tryperl
Created February 9, 2013 07:15
Show Gist options
  • Save tryperl/4744469 to your computer and use it in GitHub Desktop.
Save tryperl/4744469 to your computer and use it in GitHub Desktop.
Created by www.tryperl.com.
#Created by tryperl.com
use strict;
use warnings;
for(1..10) {
print 'Created by tryperl.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment