Perl support |
|
Perl is a powerful file and text processing language available on many platforms. Perl is an ideal extension to the TCC batch language, especially if you need advanced string processing capabilities.
The Perl language is not built into TCC, and must be obtained separately. The version supported by TCC is Active State Perl 5.8 (free from www.activestate.com).
TCC automatically recognizes the presence of a Perl interpreter on your system. If a suitable library is found, TCC checks to see if you are running a .PL file. If so, TCC passes the file to your Perl interpreter for processing.
See also: the @PERL, @REXX and @RUBY functions.