Skip to content

Instantly share code, notes, and snippets.

View epiphyllum's full-sized avatar

hary epiphyllum

  • smartpay
  • ShangHai
View GitHub Profile
@epiphyllum
epiphyllum / pl
Created August 16, 2017 08:09
gbk dbi and mojolicious
#!/usr/bin/perl
use strict;
use warnings FATAL => 'all';
use lib "/home/app/perl5/lib/perl5/";
use Encode;
use Data::Dumper;
use Getopt::Long;
use Mojolicious::Lite;
use XML::Hash;
use Data::Dumper;
@epiphyllum
epiphyllum / groovy
Created October 27, 2015 05:56
hello world
println "hello world"