Help for this page

Select Code to Download


  1. or download this
    http://servername/aa/bb/index.html
    
  2. or download this
    if($line =~ /(https?:[^"]+)"/)
    {
       print "WEB link->$1\n";
    }