Help for this page
use strict; use warnings; ... __DATA__ two words "and a \"quoted\" string" two words 'and a \'quoted\' string'
>two<, >words<, >"and a \"quoted\" string"< >two<, >words<, >and a "quoted" string< >two<, >words<, >'and a \'quoted\' string'< >two<, >words<, >and a \'quoted\' string<