Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
        close(STDOUT);
        exit true;
    
  2. or download this
    # approximation of the original code
       $nextpage = 'http://www.Amazon.com/index.htm';
    ...
       close(STDOUT);
       exit true;
    
  3. or download this
       use LWP::UserAgent;
       $nextpage = 'http://www.amazon.com/index.htm';
    ...
       print $P;
       close(STDOUT);
       exit true;