Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    my $url="http://cpan.org";
    if (! head($url)) {
      die "The Server is DOWN!!!!" 
    }
    
  2. or download this
    if (! get($url)) {