> I need to split a string at all full-stops '.' 
> unless they are part of a sub-string within quotes.
> 
> Should I manually loop over the file, setting flags,
> or can I do this with a regular expression?

And of course, I need to have escaped single-quotes too,
\'
 
Thanks in anticipation...
lee

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to