Help for this page
<h1>My-IP-Service</h1> <h1 class="myip"><!--- > ... 233.167.179.189 < -->7<!-- > 228.193.179.191< --></a></h1>
#!/usr/bin/perl -w use strict; ... text_h => [sub { $ip.=$_[0] if $wanted }, 'dtext'], )->parse(get('http://www.heise.de/netze/tools/ip')); print "$ip\n";