File: data.pl

package info (click to toggle)
libdata-messagepack-perl 1.02-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,060 kB
  • sloc: ansic: 5,697; perl: 1,123; makefile: 10
file content (6 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
+{
    "method" => "handleMessage",
    "params" => [ "user1", "we were just talking", "foo\nbar\nbaz\nqux"  ],
    "id"     => undef,
    "array"  => [ 1, 1024, 70000, -5, 1e5, 1e7, 1, 0, 3.14, sqrt(2), 1 .. 100 ],
};