Keirnan, Paul wrote:
The problem is how to concatenate the variable '$pre' to the string
'woopi.pl'
without having it treated as a variable named '$prewoopi'.
Try putting your filename into a variable
$fname = "woopi.pl";
and use
<a href="$pre$fname?action=something">Something</a>
<a href="${pre}new.pl?action=something">Something</a>
Bill,
Is there already a good means of doing this, or would it be reasonable to
request
a new escape sequence ('\^' for instance) where the sequence was merely
used as a
terminator during interpolation.
It would mean that we could then use
<a href="$pre\^woopi.pl?action=something">Something</a>
<a href="${pre}woopi.pl?action=something">Something</a>
--
,-/- __ _ _ $Bill Luebkert ICQ=162126130
(_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED]
/ ) /--< o // // http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_ Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs