Help for this page

Select Code to Download


  1. or download this
    <p id=paragraph_1>
      <a href="http://www.link1.com">Link1</a> 
    ...
      <a href="http://www.link5.com">Link5</a> 
      <a href="http://www.link6.com">Link6</a> 
    </p>
    
  2. or download this
    local($/, *WEB_DATA);#sets $/ to undef for you
                          and when the scope exits
    ...
      my $myData = <WEB_DATA>;
    close (WEB_DATA);
    my @linkName = $myData =~ m/regexp for linkName/g;