URL calling in PERL

All

Please help me to call url in Perl. Ex:

http://www.test.com/dynf?urn=123

Assume it will return success if 123 is in urn or it will return " failed".

I want store this return type in a variable.

Please help me to call the URL through PERL.

Thanx in advance

Regards
Deepak

You ought to be able to use the LWP::Simple Perl module for that. You may use the get() function. Please search the Web for examples but I think the documentation provided should already be sufficient to get you going.

If it is not yet installed, you may need to download from: