Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created December 4, 2015 01:35
Show Gist options
  • Save tomcha/ce931ce2ae19d5a59ba0 to your computer and use it in GitHub Desktop.
Save tomcha/ce931ce2ae19d5a59ba0 to your computer and use it in GitHub Desktop.
49
#!/usr/bin/env perl
use strict;
use warnings;
for (my $i = 0; $i <10; $i++){
print "\$i = $i 回目のループ\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment