perl 5.6 printed something weird when column_headers_2 did not return anything, not sure why

This commit is contained in:
johnkeis 2003-06-10 23:04:33 +00:00
parent 4392d8757d
commit f4a06bd20f
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ sub column_header {
}
sub column_header_2 {
return "";
}
sub cell {

View File

@ -110,6 +110,7 @@ sub column_header {
}
sub column_header_2 {
return "";
}
sub cell {