Good day wise Perl Monks,
To keep this short, I will abbreviate my problem. I have a simple Perl script which creates a variable called $name. I would like to use this variable ($name) in a separate Perl script, but I am not having very much luck in doing so. How can I "pass" this variable, so that Perl Script #2 can utilize the contents of $name. I am relatively new to Perl, and so I cannot seem to find this solution anywhere.
Thanks in advance for whatever help you may be able to share.