Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
            # Ship back the modified version.
            return $fixed_content;
    }
    
  2. or download this
        print Fixerizer(open (TEST, "test.html") && join ('', <TEST>));
  3. or download this
          <TABLE BORDER=0>
          <TR>
          <TD ALIGN=left>My Friend</TD>
    ...
          <TD ALIGN=left>My Friend</TD>
          </TR>
          </TABLE>
    
  4. or download this
          <TABLE BORDER=0>
          <TR>
          <TD ALIGN=left>'My Friend'</TD>
    ...
          <TD ALIGN=left>'My Friend'</TD>
          </TR>
          </TABLE>