On Mon, 2008-11-10 at 15:52 +0000, Taylor, Andrew (ASPIRE) wrote:
> Try:
> 
> print "abc${string}zyx\n";
> 
> or
> 
> print "abc".$string."zyx\n";
> 

Also:

printf "abc%sxyz\n", $string;


-- 
Just my 0.00000002 million dollars worth,
  Shawn

The map is not the territory,
the dossier is not the person,
the model is not reality,
and the universe is indifferent to your beliefs.


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


Reply via email to