Help for this page
Select Code to Download
Select
or
download this
@list = $string =~ /"[^"]+"|\S+/g
Select
or
download this
@list = grep defined, $string =~ /"([^"]*)"|(\S+)/g;