> I have a problem with the split function.
> 
> 
> string
> - - -
> one "two three" "four five" six seven
> 
> should be split to
> - - -
> one
> two three
> four five
> six
> seven
> 


I seem to recall seeing this a long time ago done in a one-liner using eval.
Anyone remember that? 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to