> ${$html_ref} .= <<"___HTML___";
> Content-type: text/html
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html class="white_on_black">
> <head>
> <meta HTTP-EQUIV="content-type"
> CONTENT="text/html; charset=iso-8859-1">
> <title> Hotspot Tracker </title>
> <LINK REL=StyleSheet
> HREF="$get_to_indexcss/hotspot.css" TYPE="text/css"
> MEDIA="screen">
>
> in the link tag Perl thinks the var name is
> $get_to_indexcss...
Try ${get_to_index}
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>