Help for this page

Select Code to Download


  1. or download this
    ############################################################
    #specifica cosa deve fare la subroutine edit
    ...
        close FH;
        }
    }
    
  2. or download this
    sub edit {
        my $file = $_;
    ...
        print $getmaindiv->as_HTML, "\n";    
        close FH;
    }
    
  3. or download this
    sub edit {
        my $file = $_;
    ...
        my $getmaindiv = $tree->look_down(_tag => "div",id  => "post_princ
    +ipale") || die $!;
        print $getmaindiv->as_HTML, "\n";    
    }