| Current Path : /proc/thread-self/root/proc/self/root/usr/share/doc/perl-Time-Moment/eg/ |
| Current File : //proc/thread-self/root/proc/self/root/usr/share/doc/perl-Time-Moment/eg/json.pl |
#!/usr/bin/perl use strict; use warnings; use Time::Moment qw[]; use JSON::XS qw[]; print JSON::XS->new->convert_blessed->encode([ Time::Moment->now ]), "\n";