Help for this page

Select Code to Download


  1. or download this
      print "About to fetch $url\n" if $debug;
  2. or download this
      if ( $debug ) {
          print "About to fetch $url\n";
      }