in reply to Resizing image
Make your life easier by using the qq() operator.
print qq(<img src="http://myserver/image.gif" width="500" height="60"> +\n);
Also a good idea to get into the habit of quoting all attributes as that's what XHTML requires.
--"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XHTML
by FamousLongAgo (Friar) on Oct 30, 2002 at 14:37 UTC | |
by davorg (Chancellor) on Oct 30, 2002 at 14:49 UTC |