On 20 Jun., 15:58, [EMAIL PROTECTED] (Andrew Curry) wrote:
> You could do it a couple of ways the way I would go about it is
>
> My(@arr1,@arr2,@arr3);
> mol2_read($opts{m},[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]);
>
> sub mol2_read {
> My($opt_m,$arr1,$arr2,$arr3)[EMAIL PROTECTED];
>
> #
> # code to do what you want with the above
> #
>        return;
>
> }

OK,
thanks Andrew!
It works!


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to