summaryrefslogtreecommitdiff
path: root/testarray2.pl
diff options
context:
space:
mode:
Diffstat (limited to 'testarray2.pl')
-rw-r--r--testarray2.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/testarray2.pl b/testarray2.pl
new file mode 100644
index 0000000000..e72c526d4f
--- /dev/null
+++ b/testarray2.pl
@@ -0,0 +1,3 @@
+for ($i="aaa"; $i lt "bbb"; $i++) {
+ print "$i\n";
+}