
perlwatcher
User
Mar 16, 2010, 4:45 AM
Post #1 of 11
(1361 views)
|
|
Passing values between scripts
|
Can't Post
|
|
Hi, I wanted know if theres a way where we can pass values between two different perl scripts, like, if there is a script with name "script1.pl" and another script2.pl in which it captures the return value from script1.pl
my $value = [return value from script1.pl] where $value contains the return value from script1.pl Thanks
|