venki has asked for the wisdom of the Perl Monks concerning the following question:
How do i pass an array from one perl program to the other perl program and get back the array to the original program after doing some manipulations?
( Let say i have Perl_program_1 and perl_program_2.)
I have to pass an array from Perl_program_1 to Perl_program_2 and receive the array back to Perl_program_1 after doing some calculations on the array values)
Please help me out!
Thanks for your help
edited: 14 June 2002, by footpad - Changed title, added HTML formatting, and fixed typos.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing Data between Perl Programs (was: arrays)
by Abigail-II (Bishop) on Jun 14, 2002 at 18:24 UTC | |
|
Re: Passing Data between Perl Programs (was: arrays)
by blackjudas (Pilgrim) on Jun 14, 2002 at 18:39 UTC | |
by stefp (Vicar) on Jun 15, 2002 at 14:03 UTC | |
|
Re: Passing Data between Perl Programs (was: arrays)
by stefp (Vicar) on Jun 15, 2002 at 14:00 UTC |