Help for this page
$values = "'abc', 'dec'f', ''ghc''" ; my @quotedvalues = (); ... } print( join( "\n", @quotedvalues ) );
abc dec\'f \'ghc\'