Skip to content

Instantly share code, notes, and snippets.

@ChicagoDev
Created March 27, 2020 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChicagoDev/2d4dca5b2f20c340b55f8088f634e6a3 to your computer and use it in GitHub Desktop.
Save ChicagoDev/2d4dca5b2f20c340b55f8088f634e6a3 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use warnings;
use strict;
my @a = (1..9);
for(@a){
print("$_","\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment