|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: I need to export variable as another userby rpnoble419 (Pilgrim) |
| on Aug 06, 2012 at 21:58 UTC ( #985844=note: print w/ replies, xml ) | Need Help?? |
|
Have you tried saving the variables to a disk file using YAML?
YAML allows you to save your variables and then read them back in at a later time or as I use it to set up a global configuration file between all of my Perl scripts. Using YAML also allows you to pass very complex data between applications that otherwise would cause a script to fail if the same data was passed as a command line argument.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||