need help on the Perl
Dear king1999, bkd52,
Thank you very much. I am not Perl programer. I never use Perl before. Would you please help me to setup the perl to run this scripts?
the following is what I did, but it doesnot work.
My computer runs Windows2000.
in windows200, have C,D,E,F 4 Hard Drives
1. I donwload the curl-7.11.0-win32-ssl.zip, unziped it to c:\curl\ming32
2. download perl to f:\perl
create all the folders on my hard Drivs needed in the following scripts:
$status_file = "F:\\BICS_status.html";
$old_status_file = "F:\\BICS_status.";
$curl = "C:\\cURL\\ming32\\curl.exe";
$logfile = "F:\\SysTools\\scripts\\485check.log";
$history = 'F:\\SysTools\\scripts\\history';
I copy the Scripts to f:\scripts folder,
go to start-run-(type cmd)
type F:
cd\scripts:
F:\scripts>perl inquire_bics.pl
got the following error message:
The dynamic link library libeay32.dll could not be found in the specied path c:\cur\ming32, c:\winnt\system32;c:\winnt\system;c:\winnt;c:\winnt\system32\wbem;
c:\program files\ActiveState Komodo 2.5\
What should I do?
I only wnat to run this script to check on line status. If you can post step by step how to download the software need, how to install, how to create the directory and how to run the
script, it would be wonderful, I know some people is not IT field, but what to setup and run the scripts.
Thank you