in reply to Re^2: Get HTML source code
in thread Get HTML source code
And then at the very end of the script, you'd have:$codeVariable .= qq ~ ~; #whatever was going to be printed goes inside + the quotes
It's just one extra line added.print $codeVariable;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Get HTML source code
by maestro_ba (Initiate) on Nov 04, 2005 at 17:50 UTC |