Guest User

Untitled

a guest
May 29th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.13 KB | None | 0 0
  1. #version 1.1
  2. #use carefully
  3. use LWP::UserAgent;
  4. my $ua = LWP::UserAgent->new;
  5.  
  6.  
  7. while (1 )
  8. {
  9.         $ua->get( $ARGV[0] );
  10. }
Add Comment
Please, Sign In to add comment