Skip to content

Instantly share code, notes, and snippets.

View dcparker's full-sized avatar

Daniel Parker dcparker

View GitHub Profile
@dcparker
dcparker / gist:184654
Created September 10, 2009 17:01 — forked from jonmagic/gist:184641
Convert TIFF file to PDF and email it via gmail.
#!/usr/bin/perl -w
# Small program to process a tiff file into a PDF and email it via gmail.
#
# Distributed under the terms of the GNU General Public License (GPL) Version 2
# Copyright 2005 by Rob Thomas (xrobau@gmail.com)
# Additions:
# 2009 Sept 10: Modified to use Gmail (Daniel Parker <daniel@behindlogic.com>)
use Net::SMTP::SSL;