Help for this page

Select Code to Download


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