Resolving Arbortext APP variables from Perl
ArborX


Summary
Resolving Arbortext APP variables from Perl using the 'var3B2' function.
 # read variable 1
 my $fish = var3b2('^[fish 3,some_fish]'); 2
 # write variable 3
 var3b2('^[string 350]','A new value for the string.'); 4
 # read/write 5
 my $old_value = var3b2('^[stream test]','New Value'); 6

Document created on 05-Sep-2005 (revision 1)