Don't know if I'm just too tired to see the forest for the trees,
or if my Perl skills need more work in this area (probably both)...
I'm trying to pass an array between plugins. The sending plugin
does this:
$transaction->notes( 'myarray', @array ) ;
The receiving plugin does this:
@array = $transaction->notes( 'myarray' ) ;
foreach $element ( @array ) {
#whatever
}
The sending plugin sets several elements in the array, which I
have verified are actually done, but the receiving plugin only finds the
first element. Can someone please explain why and/or suggest a fix?
Thanks. Goodnight...
--
Roger Walker
"HIS Pain - OUR Gain"