Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    
    ...
    
    $txt = substr $html, index($html,$s), index($html,$e);
    print "$txt\n";