in reply to help with link checking
byif(($ua->request(HTTP::Request->new('HEAD', $url)))->is_success())
should work...if(($ua->request(HTTP::Request->new('HEAD', $url)))->code() == 200)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: help with link checking
by rmckillen (Novice) on Mar 07, 2001 at 02:11 UTC | |
by merlyn (Sage) on Mar 07, 2001 at 02:14 UTC | |
by rmckillen (Novice) on Mar 07, 2001 at 04:13 UTC | |
by merlyn (Sage) on Mar 07, 2001 at 04:22 UTC |