thnks for ur reply
i am trying to monitor One url of our applicaiton throug OM tool for that we need perl script so plz help me
That url requires proxy server.
so i need one script to monitor this url
pls tell me how to monitor url with the help of proxy in perl.
below code is not working plzzz corect it.
use warnings;
use strict;
use LWP::Simple qw($ua get);
$ua->proxy('http','acpwinggn2isa01a.aircel.co.in:80');
my $url = "http://google.com/";
my $webpage = get $url;
#my $url = get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.