/[pxelator]/lib/PXElator/html.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/html.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 63 by dpavlin, Wed Jul 29 22:04:58 2009 UTC revision 64 by dpavlin, Thu Jul 30 16:26:54 2009 UTC
# Line 11  sub table { Line 11  sub table {
11          $html .= qq{</tr>\n</table>};          $html .= qq{</tr>\n</table>};
12  }  }
13    
14    sub tt {
15            qq|<tt>| . join(' ', @_) . qq|</tt>|;
16    }
17    
18  warn "loaded";  warn "loaded";
19    
20  1;  1;

Legend:
Removed from v.63  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26