Help for this page
my @urls = ( "http://localhost:8080/html.htm", ... $html =~ ... ... }
my @urls = ( "http://localhost:8080/html.htm", ... push @urls, $new_url; # or @new_urls ... }