Help for this page

Select Code to Download


  1. or download this
    # The script take the URL list on the command line
    # So, you should call your script like this :
    ...
    
      # and treat the next URL
    }
    
  2. or download this
    use strict;
    use LWP::UserAgent;
    ...
      }
    
    }