I am confused about how perl provides for separate perl scripts to talk to 
each other.  In k-shell I can load a function using . <file_name.ksh>.  In 
the file I have defined a function
        function myfunction
        {

I can execute that function from within any k-shell file by simply
        myfunction

How is this done in perl?  I read all the doc about subroutines and 
functions but they do not seem to operate the same.  An example would be 
nice.

Also, I want any variables defined in one script to be accessible to any 
other script.

Thanks 


Robert ( Kent ) Collins:  IBM Certified Solutions Expert
Cell Phone:  214.632.3940
DBA Intranet Site: http://ora3dba.i2.com/support
"Major advancements in technology are indistinguishable from Magic"

Reply via email to