On Mon, 17 Apr 2006, Irfan J Sayed wrote:

<Snip>
|i want to split this line in . and store in array.
|I am using following code
|my @name = Split(/./, $test);
</Snip>

Try escaping "." with a "\".

HTH,

Senthil


-- 
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