in reply to Collect prints to a string
You mean something like:
???sub print_1 { my $text = shift; return <<EOT; <p> $text </p> <form> form stuff </form> EOT }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Collect prints to a string
by vit (Friar) on Apr 23, 2011 at 17:46 UTC |