Calling 3B2 macro from Perl script
|
![]() |
|
Summary |
This example calls a 3B2 macro from Perl script |
To call the refresh (trf) macro in a Perl script use the following syntax: |
|
The macro function takes a single string which is passed to the Arbortext APP processor for execution. Therefore, when calling a Arbortext APP macro that refers to information in double quote delimiters, (like tf "times" for example) it is convenient to use the macro function with Perl's 'q' or 'qq' operators. Use 'qq' to interpolate embedded variables or 'q' otherwise. |
Document created on 08-Feb-2003 (revision 1)