Home : Products : DBMan SQL : Discussion :

Products: DBMan SQL: Discussion: Re: [mrsnyder] verifying URL: Edit Log

Here is the list of edits for this post
Re: [mrsnyder] verifying URL
You could/should change it to:

Code:
sub check_url {
# --------------------------------------------------------
# Checks to see if the URL is valid

use LWP::Simple;
return defined get($_[0]) ? 1 : 0;

}

Are you sure you have the case right for the module?

Last edited by:

RedRum: Feb 23, 2002, 2:37 AM

Edit Log: