I need a little help with the split function. I'm trying to split a line 
based on comma delimeters(,), but when I use the syntax below I don't get 
the results I expect.  What am I doing wrong?  Is there a an special escape 
sequence for a comma?

my @asLine = split (/,/, $_);


Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to