Guest User

Untitled

a guest
Sep 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ...
  2. <h1>404 Not Found</h1>
  3. <h1>404 Not Found</h1>
  4. <h1>404 Not Found</h1>
  5. <h1>404 Not Found</h1>
  6. <h1>404 Not Found</h1>
  7. <h1>404 Not Found</h1>
  8. Can't call method "as_HTML" on an undefined value at lwp.pl line 28, <$fh> line 184.
  9.  
  10. #!/usr/bin/perl
  11.  
  12. use strict;
  13. use warnings;
  14. use utf8;
  15. use feature qw/say/;
  16. use LWP::UserAgent;
  17. use HTML::TreeBuilder 5 -weak;
  18.  
  19. my $ua = LWP::UserAgent->new;
  20. $ua->agent("$0/0.1 " . $ua->agent);
  21. $ua->agent("Mozilla/5.0");
  22.  
  23. open my $fh, '<', 'aa.txt' or die $!;
  24. ...
Add Comment
Please, Sign In to add comment