
split function that handles quoting..
: Howdy. Has (have?) anyone written a subroutine similar to &split,
: which handles strings like this:
:
: Field1 "This is field 2" Field3
:
: Similar to what the shell does for commandline arguments..
;# shellwords.pl
;#
;# Usage:
;# require 'shellwords.pl';
;# or
;# or
Larry