Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env perl
use strict;
use warnings;
use Win32::UrlCache::Cache;
use Win32::INET qw/GetUrlCacheFile/;
use File::Remove;
my $index = Win32::UrlCache::Cache->new();
#!/usr/bin/env perl
use strict;
use warnings;
use DBI;
use File::Find::Rule;
use Compress::Zlib;
use File::Slurp;
my $db = './doc.db';
#!/usr/bin/env perl
use strict;
use warnings;
package MyView::Templates;
use Template::Declare::Tags;
use base 'Template::Declare';
private template form => sub {
#!/usr/bin/env perl
use strict;
use warnings;
use Desktop::Notify;
use IPC::Run qw( run );
use Getopt::Long;
use Sys::Hostname;
#!/usr/bin/env perl
use strict;
use warnings;
use Apache::LogRegex;
my $log = shift or die "Usage: $0 access.log\n";
open my $log_fh, '<', $log;
#!/usr/bin/env perl
use strict;
use warnings;
use WebService::Instapaper;
use Getopt::Long;
use Config::INI::Reader;
use File::Spec;
(defun read-later (url &optional new-window)
"Use a local script to add an url to Instapaper website."
(interactive (browse-url-interactive-arg "Read Later: "))
(message (shell-command-to-string (concat "read_later.pl " "--url " url))))
(add-to-list 'org-export-latex-classes
'("limap"
"\\documentclass[12pt, french, article]{limap}
[DEFAULT-PACKAGES]
\\usepackage[french]{babel}
\\usepackage{kmath, kerkis}
\\usepackage[a4paper]{geometry}
\\usepackage[cm]{fullpage}
\\geometry{
a4paper,%
package App::Access_hb2pmb;
# ABSTRACT: a tool to migrate a specific Access database into a specific version of PMB (3.3.4)
use strict;
use warnings;
use Carp;
use DBI;
use Getopt::Long;
package App::Access_hb2pmb;
# ABSTRACT: a tool to migrate a specific Access database into a specific version of PMB (3.3.4)
use strict;
use warnings;
use Carp;
use DBI;
use Getopt::Long;