Dec 9, 2003 #1 cyberrate Programmer Dec 9, 2003 24 EE How do i use an array in my app? I understand that i need to import some packages first? Which and how?
How do i use an array in my app? I understand that i need to import some packages first? Which and how?
Dec 9, 2003 #2 siberian Programmer Sep 27, 2003 1,295 US An array is part of perls default functionality. Here is a tutorial, a google search for 'perl array tutorial' discovered it. http://www.free2code.net/tutorials/programming/perl/12/perlbasic.php?page=3 Upvote 0 Downvote
An array is part of perls default functionality. Here is a tutorial, a google search for 'perl array tutorial' discovered it. http://www.free2code.net/tutorials/programming/perl/12/perlbasic.php?page=3