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 can we ever be the sold short or
RPI Acacia Brother #734    %  the cheated, we who for every service
http://www.perlmonks.org/  %  have long ago been overpaid?
http://princeton.pm.org/   %    -- Meister Eckhart

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to