Hi,
I am completely new to Perl. I am trying to access a variable in one of my Perl scripts from a 2nd perl script.
The 1 st script uses a file and extracts some data and manipulates the data and assigns the variable $p with some value.
Now after the 1 st script has been executed I want the value of $p in my 2nd script. Is that possible?? Please let me know how to access this value of $p.
Thanks
I am completely new to Perl. I am trying to access a variable in one of my Perl scripts from a 2nd perl script.
The 1 st script uses a file and extracts some data and manipulates the data and assigns the variable $p with some value.
Now after the 1 st script has been executed I want the value of $p in my 2nd script. Is that possible?? Please let me know how to access this value of $p.
Thanks
Comment