in reply to Re^2: How to use cgi table in index.pm perl
in thread How to use cgi table in newindex.pm perl
i cant use print in index.pm
$h->table(...) returns a string, which you can save in a variable and return from a function like your sub getContent.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to use cgi table in index.pm perl
by Tabish (Acolyte) on Dec 13, 2017 at 12:13 UTC | |
by haukex (Archbishop) on Dec 13, 2017 at 12:38 UTC | |
by poj (Abbot) on Dec 13, 2017 at 15:54 UTC | |
by Anonymous Monk on Dec 19, 2017 at 00:35 UTC |