Help for this page

Select Code to Download


  1. or download this
    my $Npod = 'N<(.*?)>'; my $N = '<font class="footnote">';
                           my $n = '</font>'; 
    ...
    my @file = <DATA>;  
    
    s/$Npod/$N$1$n/s for @file;
    
  2. or download this
    If you have no Perl 5 installed (or if you have an old version install
    +ed), you
    can install a newer release yourself. Windows users, download Strawber
    +ry Perl
    ...
    start by installing the CPAN module C<App::perlbrew>N<See
    U<http://search.cpan.org/perldoc?App::perlbrew> for installation
    instructions.>.