Skip to content

Instantly share code, notes, and snippets.

@fimad
fimad / gist.pl
Created August 10, 2014 09:37 — forked from numberten/gist.pl
#!/usr/bin/perl
use Getopt::Long;
#Parse flags using Getopt::Long.
my $desc = '';
my $public = 0;
my $user = '';
my $verbose = 0;
GetOptions ('desc:s' => \$desc,
'public' => \$public,