Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       split m{\s*,\s*}, $str;
    
    print qq{$str\n};
    
  2. or download this
    'abc', 'dec'f', ''ghc''
    'abc' 'dec\'f' '\'ghc\''