!   TITLE:  perl_help.mac (MANAGEMENT)
!
!
!   OBJECTIVE:
!
!   This sub-macro is called by perl_check.mac when it is determined that
!   the system is not configured properly to run Perl scripts.
!
!
!   COMMAND SYNTAX:
!
!       PERL_HELP
!
!
!   ARGUMENTS:
!
!       None
!
!
!   DESCRIPTION:
!
!   When Perl is not configured properly, this macro is called.  It issues a 
!   warning message to the user and sets the global flag "_have_sys=0" for use by
!   macros to determine if external programs are available or not.
!
!

_hve_sys=0

*msg,warn
Perl could not be found, to enable it do the following: %/&
%/&
Add the APDL tool library path to the PATH and APDL_TOOLS %/&
environment variables. %/&
%/&
For example: %/&
    PATH = c:/ansys/working;c:/ansys/apdl/tools;c:/cygwin/bin %/&
    APDL_TOOLS = c:/ansys/apdl/tools %/&
%/&
Go to http://btdt.org/prog/ansys/apdl/ansys_config/ for more help