xDamox
07-07-03, 16:47
| Hi all, I have been doing some programming in Perl and I was wondering How could I put array information into varibles?? I dont mean by doing: #!/usr/bin/perl -w # # # @Array = ("Damo", "dbforums", "Damo2"); $Array[0]; How could I do it so like I have my Array with the Names in and I could make there own varibles for it any one have any ideas?? |