new bug nest
This commit is contained in:
parent
00db540bbc
commit
e823f5d883
10
code/Perl/listurls.pl
Executable file
10
code/Perl/listurls.pl
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
use strict;
|
||||||
|
use LWP::Simple;
|
||||||
|
use HTML::Parser;
|
||||||
|
|
||||||
|
my $page = get "https://tetalab.org";
|
||||||
|
|
||||||
|
my $parser = HTML::Parser->new;
|
||||||
|
$parser->parse($page);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user