#!/usr/bin/env perluse warnings;use Data::Dumper;$a = ["a", "b", "c", { "key" => "value" } ];print Dumper $a;
#!/usr/bin/env rubya = ["a", "b", "c", { "key" => "value" } ]puts a.inspect
No comments: Post a Comment
Post a Comment
Newer Post Older Post Home
No comments:
Post a Comment