Re: Calling subs

2004-06-09 Thread drieux
On Jun 9, 2004, at 9:19 AM, Werner Otto wrote: Hi All, How would I go about calling a sub from a script from another script. I am trying to call that sub just to get the values in my current script and then perform aditional logic, other than duplicating the process? [..] what you might want to do

Re: Calling subs

2004-06-09 Thread Roberto Etcheverry
Werner Otto wrote: Hi All, How would I go about calling a sub from a script from another script. I am trying to call that sub just to get the values in my current script and then perform aditional logic, other than duplicating the process? Is this what you mean? file1.pl: #!/usr/bin/perl use st

Calling subs

2004-06-09 Thread Werner Otto
Hi All, How would I go about calling a sub from a script from another script. I am trying to call that sub just to get the values in my current script and then perform aditional logic, other than duplicating the process? -- Kind Regards, Otto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addi