Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $VAR2 = [
              'abc def'
            ];
    
  2. or download this
    use warnings;
    use strict;
    ...
      { a => "hello world", b => "some \"text\"", c => 1 },
      ["abc def"],
    )