#!/usr/bin/perl use strict ; use warnings ; use Mail::IMAPClient ; my $imap = Mail::IMAPClient->new( ) ; $imap->connect( ) ; print "I hope I'm not dead but...\n" ;