Skip to content

Instantly share code, notes, and snippets.

@tryperl
Created February 9, 2013 12:49
Show Gist options
  • Save tryperl/4745201 to your computer and use it in GitHub Desktop.
Save tryperl/4745201 to your computer and use it in GitHub Desktop.
Created by www.tryperl.com.
use strict;
use warnings;
for(1..10) {
print "$_ >TryPerl is awesome!\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment