>${$html_ref} .= <<"___HTML___";
> Content-type: text/html
>
> Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd";>
>
>
> CONTENT="text/html; charset=iso-8859-1">
> Hotspot Tracker
> HREF="$get_to_indexcss/hotspot.css" TYPE="text/css"
> MEDIA="screen">
>
> in t
On Sep 23, Frank Geueke, III said:
text immediately following the variable name. How do
I tell Perl that the text is not part of the variable
name? Here's my code:
You wrap the *name* of the variable in braces:
print "${get_to_index}css/hotspot.css";
--
Jeff "japhy" Pinyan% How
Frank Geueke, III wrote:
> Thanks for the help with the reverse if and else. I
> ended up using a single line forward if on a
> single line. Now my next question. I'm using a jumbo
> here tag (I think that's what they're called) to add
> html to a string. I need to use a variable within the
>
Thanks for the help with the reverse if and else. I
ended up using a single line forward if on a
single line. Now my next question. I'm using a jumbo
here tag (I think that's what they're called) to add
html to a string. I need to use a variable within the
tag (done this before, no problem) bu