Skip to content

Instantly share code, notes, and snippets.

@iarna
Created August 17, 2012 16:35
Show Gist options
  • Save iarna/3380424 to your computer and use it in GitHub Desktop.
Save iarna/3380424 to your computer and use it in GitHub Desktop.
if ($racks =~ /\D/) {
print "\n$racks isn't a positive integer at all!\n\n";
exit;
}
for (; $racks >= 2; $racks--) {
&length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment