The same way.
Wags ;)
-----Original Message-----
From: Johnstone, Colin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 21:01
To: '[EMAIL PROTECTED]'
Subject: PERL string manipulation


Gidday all,
 
In PHP if I want to add something to a string I do this
 
$output = "";
 
$output .= "A";
$output .= "B";
$output .= "C";
$output .= "D";
 
print $output;
 
How do I do the same in PERL please.
 
Thanking you in anticipation
 
Colin
 


**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to