Skip to content

Instantly share code, notes, and snippets.

@tryperl
Created February 11, 2013 16:15
Show Gist options
  • Save tryperl/4755456 to your computer and use it in GitHub Desktop.
Save tryperl/4755456 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 "\n$_ I am in a forloop";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment