Hello,

In case of linux you have to escape the . and the
function name should be split and not Split.
Not quite sure about windows.

Regards
Nishanth
--- M Senthil Kumar <[EMAIL PROTECTED]> wrote:

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


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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