Help for this page

Select Code to Download


  1. or download this
    use FileHandle;
    my  $htmlfile = new FileHandle("XXX.html", "r") ;
    while  ($line = <$htmlfile>)  { # process each line
    
  2. or download this
    <a class=   ---->   <div class="main-button-wrapper"><a class=   or 
    <\a>        ---->   <\a><\div>
    
  3. or download this
    $line =~ s/<\/a>/<\/a><\/div>/;