Re: A useful perl command line skeleton

2003-06-10 Thread Dan Coutu
Morbus Iff wrote: >As a follow-on to my talk about Perl last month I thought I'd put >together a handy code framework that is very useful for creating command >line or cron based utilities. See also: http://sial.org/code/perl/scripts/blank.pl.html Thanks for sharing the pointer! >#!/usr/bin/p

Re: A useful perl command line skeleton

2003-06-10 Thread Morbus Iff
>As a follow-on to my talk about Perl last month I thought I'd put >together a handy code framework that is very useful for creating command >line or cron based utilities. See also: http://sial.org/code/perl/scripts/blank.pl.html >#!/usr/bin/perl -w If you're looking for crossplatform fun, "use w

A useful perl command line skeleton

2003-06-10 Thread Dan Coutu
As a follow-on to my talk about Perl last month I thought I'd put together a handy code framework that is very useful for creating command line or cron based utilities. The skeleton doesn't do much by itself but I have found myself making command line utilities over and over based on this same