in reply to passing an array to another perl script and update

You should store the codes in a file, and pass the path of that file as an argument, see @ARGV , Getopt::Long
  • Comment on Re: passing an array to another perl script and update