Skip to content

Instantly share code, notes, and snippets.

View takihito's full-sized avatar

akihito takihito

  • kayac
View GitHub Profile
#!/usr/bin/env perl
# crontab -l | ./cron2cal > ~/tmp/cron.csv
use utf8;
use strict;
use warnings;
use Encode;
use DateTime;
#!/usr/bin/perl
use strict;
use warnings;
use DBI;
print 'foo';