Re: calling between perl programs

2001-08-20 Thread Brett W. McCoy
On Mon, 20 Aug 2001 [EMAIL PROTECTED] wrote: > 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 . . In > the file I have defined a function > function myfunction > { > > I can execute that function fr

Re: calling between perl programs

2001-08-20 Thread Jeff 'japhy/Marillion' Pinyan
On Aug 20, [EMAIL PROTECTED] said: >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 . . In >the file I have defined a function >function myfunction >{ > >I can execute that function from within any

calling between perl programs

2001-08-20 Thread Robert_Collins
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 . . In the file I have defined a function function myfunction { I can execute that function from within any k-shell file by simply myfunction