Help for this page

Select Code to Download


  1. or download this
    $values = "'abc', 'dec'f', ''ghc''" ;
    my @quotedvalues = ();
    ...
    }
    
    print( join( "\n", @quotedvalues ) );
    
  2. or download this
    abc
    dec\'f
    \'ghc\'