Connecting Tech Pros Worldwide Help | Site Map

access variables from other scripts

Newbie
 
Join Date: Mar 2007
Posts: 19
#1: Apr 27 '07
hi,
plz tel me, how to access variables from other scripts using perl..
Member
 
Join Date: Jan 2007
Posts: 55
#2: Apr 27 '07

re: access variables from other scripts


Quote:

Originally Posted by ajay m

hi,
plz tel me, how to access variables from other scripts using perl..

Can you please be specific in your question? By "how to access variables from other scripts". do you mean that from other scripts in Perl or the scripts of anyother language?
Newbie
 
Join Date: Mar 2007
Posts: 19
#3: Apr 27 '07

re: access variables from other scripts


Quote:

Originally Posted by rellaboyina

Can you please be specific in your question? By "how to access variables from other scripts". do you mean that from other scripts in Perl or the scripts of anyother language?

hi..
in perl script only, calling a variable from other perl script to our script.
KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,091
#4: Apr 27 '07

re: access variables from other scripts


This is going to be like herding cats or pulling teeth, which ever is worse.
Newbie
 
Join Date: Mar 2007
Posts: 19
#5: Apr 27 '07

re: access variables from other scripts


Quote:

Originally Posted by KevinADC

This is going to be like herding cats or pulling teeth, which ever is worse.

y sir, wat hapend????
Member
 
Join Date: Jan 2007
Posts: 55
#6: Apr 27 '07

re: access variables from other scripts


Quote:

Originally Posted by ajay m

y sir, wat hapend????


U can do it by creating a perl module or creating an other perl file and aceesing those variable in the current file.
Reply