Help for this page

Select Code to Download


  1. or download this
    <html>
    
    ...
    <p class="MsoBodyText">&nbsp;</p>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        # $ITEM{category} = FixCategoryName($UNDERSCORE, $ITEM{category});
        return(%ITEM);
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
      }
    
    1; #return true
    
  4. or download this
    #!/usr/bin/perl 
    use warnings; 
    ...
       chomp;
       $sth->execute(split /\|/);
    } close DATA;