in reply to How to persist variable created in shell script called from Perl after shell script finished execution?

That's a very general question, the general answer is to dump the variables to a file and to read and eval it in the next run.(see do)

See Data::Dumper for dumping

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re: How to persist variable created in shell script called from Perl after shell script finished execution?