"Venkatesh can....can..." <> writes:
> How to create a table in perl ?
Tables aren't built-in types, so you'll have to explain what you
actually want.
> The table should just be displayed as output in the cli not in any
> Database.
What about this?
print <<ENDTABLE;
+-------------------+
| This is a table |
+--------+----------+
| col1 | col 2 |
+--------+----------+
ENDTABLE
> can anyone pls help??
http://catb.org/~esr/faqs/smart-questions.html
--
Joost Diepenmaat | blog:
http://joost.zeekat.nl/ | work:
http://zeekat.nl/