Do you have any way or perl code to test Web Server is
still alive instead of using Internet Browser to
browse Web Server page every period. Thank you for
your help.
__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.c
Hi Alfred,
Base on your answer, I added my idea and changed the
script as:
$name1_perl="MaryGibson";
open IT, ">t3.bat";
print IT "\@echo off\n";
print IT "set name1_dos=$name1_perl\n";
print IT "\@echo name1_dos=%name1_dos%\n";
close IT;
system ( "t3.bat" );
The contain of $name1_per1 ,MaryGib