This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ([email protected]) | |
# Additions: | |
# 2009 Sept 10: Modified to use Gmail (Daniel Parker <[email protected]>) | |
use Net::SMTP::SSL; |