lasse
01-28-2003, 01:05 PM
I got this kind of question who can help me to solve it, thanks!
A link to a CGI script that would ping(if the firewall allowed it):
i) a machine at the university closest to your home.
ii) one of hte machines at a commercial organisation in the same town,
iii)and the router at which the two different routes diverge i.e. the last common router on the paths to machines(i) and (ii).
I don't know how to use PERL to add ping and traceroute run in the script. Now I just know to use the PERL print out the "hello world" :p
So need some one to give the souce code. Thank you very much.
perl at /usr/local/bin/perl
ping and traceroute at /usr/sbin/ping and /usr/sbin/traceroute
A link to a CGI script that would ping(if the firewall allowed it):
i) a machine at the university closest to your home.
ii) one of hte machines at a commercial organisation in the same town,
iii)and the router at which the two different routes diverge i.e. the last common router on the paths to machines(i) and (ii).
I don't know how to use PERL to add ping and traceroute run in the script. Now I just know to use the PERL print out the "hello world" :p
So need some one to give the souce code. Thank you very much.
perl at /usr/local/bin/perl
ping and traceroute at /usr/sbin/ping and /usr/sbin/traceroute