Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    my $dom = Mojo::DOM->new($html);
    my $text = $dom->find('footer')->last->previous->text;
    print $text,"\n";  # prints "indeed I am"