Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created December 4, 2015 01:03
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 tomcha/3343a12e1a7b5723eb9d to your computer and use it in GitHub Desktop.
Save tomcha/3343a12e1a7b5723eb9d to your computer and use it in GitHub Desktop.
42
#!/usr/bin/env perl
use strict;
use warnings;
my @num;
@num = (1..1000);
my @rev_num = reverse @num;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment