http://bobpeers.com/technical/telnet_imap.php http://www.osix.net/modules/article/?id=30 http://www.rocketaware.com/perl/perlipc/TCP_Clients_with_IO_Socket.htm with and without autoflush $ perl -e '$|=1; for($i=0;$i<5;$i++) {print "."; sleep 1}' ..... $ perl -e 'for($i=0;$i<5;$i++) {print "."; sleep 1}' http://www.perlmonks.org/?node_id=565863 http://www.perl.com/pub/a/2001/01/begperl6.html#strict%20vars http://www.gnulamp.com/perlloop.html http://www.perlfect.com/articles/sorting.shtml http://www.somacon.com/p141.php http://www.w3schools.com/html/html_tables.asp http://www.w3.org/TR/CSS2/tables.html http://www.w3schools.com/css/pr_dim_line-height.asp http://www.troubleshooters.com/codecorn/littperl/perlfile.htm http://www.geekinterview.com/question_details/16991 http://www.reviewmylife.co.uk/blog/2008/02/18/ftp-uploading-a-directory-of-files-using-perl/ http://affy.blogspot.com/p5be/ch09.htm#Globbing openser3:~/folders/090309-imap-stats# crontab -l # m h dom mon dow command 3 */3 * * * /usr/local/bin/serrestart */30 * * * * /usr/local/bin/callhistogram >> /var/log/callhistogram.log */5 * * * * /usr/local/bin/serprocmon >> /var/log/serprocmon.log 7 */3 * * * /usr/local/bin/googlerank >> /var/log/googlerank.log 0 0,12 * * * /root/folders/080212-portasip-ser-cpu/a10.sh.txt > /dev/null 7,27,47 * * * * /root/folders/090309-imap-stats/report.sh > /dev/null openser3:~/folders/090309-imap-stats#