-Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds - PERL Scripts next up previous
Next: Appendix Up: No Title Previous: Using XSELECT

PERL Scripts

Since the version 3.2 release, FTOOLS has included a suite of PERL scripts. PERL has been adopted as the standard scripting language for use in the FTOOLS. To maximize portability, PERL 5.0 or above is recommended (and required for VMS, see Installation Guide). As described in the Installation Guide, unpatched versions of Perl5.001 may not work properly. If you experience problems with Perl FTOOLS, you may need to upgrade to a more recent version of Perl (version 5.002 as of this writing). The FTOOLS distribution includes a bin.perl/ directory where these scripts reside after the FTOOLS build is completed. If your system doesn't have PERL the scripts will call a dummy program called ``noperl'' which prints a blurb stating the scripts can't run. UNIX users who obtain perl at later time can change this with the find_perl.sh script in bin.perl/. Simply set the environment variable PERL to the installed perl (with the full pathname) and then execute find_perl.sh, with a wild card or specific script name. Assuming you're in bin.perl/ and using the csh, the commands would be:

0.2cm

1.0cm >setenv PERL /some_full_pathname/perl

1.0cm >find_perl.sh *

0.2cm

This will fix all of the perl scripts in bin.perl/ to use the new perl. VMS users should consult their system manager for assistance after a perl installation.

0.3cm

To use the PERL scripts found in the bin.perl/ directory you must add the directory (full path) to your PATH environment variable. This is most easily accomplished using the mkftools script which is located in the bin.host/ directory of FTOOLS. The init_ftools.com script will perform the analogous things for VMS users.



Umit Kiziloglu
Sun Dec 1 14:15:14 EET 1996