Howdy all!

Thanks for everyone who gave suggestions on this.

I'm ending up doing hash since it seems the best way to do what I want:

 my %x; 
 for(100..10000,20000) { $x{$_} = "... $_"; } 
 print "$x{1978} $x{57} Howdy!";

Thanks all!

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to