> is perl located un the director /usr/bin/perl ?
> what path should I set so that a cgi script can us perl ?
[root@maildev /root]# which perl
/usr/bin/perl
To force your scripts to use perl, put the follow as the FIRST line of the script:
#!/usr/bin/perl
> what verion of perl is installed on 4.1.2 e-smith ?
[root@maildev /root]# rpm -q perl
perl-5.00503-12
Scott