#!/usr/bin/perl use strict; use warnings; use Mojo::DOM; use feature 'say'; my $html = 'Information
FillDB File Size Limit:
0.0% ( 0 / 3145728 Bytes )
FillDB File Count Limit:
0.0% ( 0 / 10000 Files)


new( $html ); for my $element ( $dom->find('.forminput')->each ){ say $element->text; } #### 0.0% ( 0 / 3145728 Bytes ) 0.0% ( 0 / 10000 Files)