[guest - Fri Mar 21 04:41:53 2003]:
Show quoted text> When compiling this module i recieved this error
>
> *** ERROR: unterminated I<...> at line 724 in file ShowTable.pm
>
> when i look i had to change
>
> [, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
>
> Into
>
> [, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ]
] ] ];
Show quoted text>
In diff patch format:
--- Data-ShowTable-3.3.orig/ShowTable.pm Sun Mar 2 17:04:50 1997
+++ Data-ShowTable-3.3/ShowTable.pm Tue Jan 25 11:19:54 2005
@@ -721,7 +721,7 @@
S< >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
[, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape>
-[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
+[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ]
] ];
The B<ShowHTMLTable> displays one or more rows of columns of data using
the HTML C<\<TABLE\>> feature. In addition to the usual parameter
arguments