Help for this page
<!-- SCRIPT TEMPLATE BREAKS HERE -->
use LWP::Simple; my $content = get("http://www.url.com/scripttemplate.shtml"); ... { $content =~ /(.*)$breakline(.*)/); }