Help for this page

Select Code to Download


  1. or download this
    package CommonPiece;
    require Exporter;
    ...
    }
    1;
    __END__
    
  2. or download this
    use CommonPiece;
    htmlStyle; # this works
    
  3. or download this
    BEGIN {
      require CommonPiece;
    ...
    
    htmlStyle; 
    #Undefined subroutine &main::htmlStyle called at /...path/