I want to execute this routine which is to be supplied two(sometimes three) 
string variables. and will return two string variables. I want to keep this 
routine in a separate file. how to do it?



something like:

($var1,$var2) = routine <arg1> <arg2>

I am either looking to keep this routine in a file which has many routines. OR
to keep this routine in a separate file, which has ONLY this routine.

please suggest how to pass variables and accept the multiple values returned by 
the routine.

ty.

Reply via email to