Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'usrbinperl'

930244 - #!/usr/bin/perl -w: usrbinperl -w
  1. #!/usr/bin/perl -w
  2.  
  3. require LWP::UserAgent;
  4. my $ua = LWP::UserAgent->new;
  5. $ua->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.4');
  6. $ua->timeout(14);
  7. my $proxy = "http://anonymouse.org/cgi-bin/anon-www.cgi/";
  8. my $goo = "http://www.google.com.au/search?hl=en&q=";
  9.  
903633 - #!/usr/bin/perl -w: usrbinperl -w
  1. #!/usr/bin/perl -w
  2.  
  3. require LWP::UserAgent;
  4. my $ua = LWP::UserAgent->new;
  5. $ua->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.4');
  6. $ua->timeout(14);
  7. my $proxy = "http://anonymouse.org/cgi-bin/anon-www.cgi/";
  8. my $goo = "http://www.google.com.au/search?hl=en&q=";
  9.  
903570 - #!/usr/bin/perl -w: usrbinperl -w
  1. #!/usr/bin/perl -w
  2.  
  3. require LWP::UserAgent;
  4. my $ua = LWP::UserAgent->new;
  5. $ua->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.4');
  6. $ua->timeout(14);
  7. my $proxy = "http://anonymouse.org/cgi-bin/anon-www.cgi/";
  8. my $goo = "http://www.google.com.au/search?hl=en&q=";
  9.  
903563 - Anonymous: usrbinperl -w
  1. #!/usr/bin/perl -w
  2.  
  3. require LWP::UserAgent;
  4. my $ua = LWP::UserAgent->new;
  5. $ua->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.4');
  6. $ua->timeout(14);
  7. my $proxy = "http://anonymouse.org/cgi-bin/anon-www.cgi/";
  8. my $goo = "http://www.google.com.au/search?hl=en&q=";
  9.  
fantasy-obligation