is there a module ala getopt::long that will ... as well as command-line completion

2001-07-30 Thread Matt Lyon
here's one for the group... is there a module ala getopt::long that will do the arg-getting as well as command-line completion with a predefined list/hash/etc... of keywords? -mL -- Life would be so much easier if its source code was well-commented. -- To unsubscribe, e-mail: [EMAIL PROTECTED]

how does one redirect both STDERR and STDOUT to $file?

2001-07-17 Thread Matt Lyon
so how does one redirect both STDERR and STDOUT to $file, do some stuff, and then get stderr and stdout back and playing nice? I'm trying: # if $LogLogfile="YES" if ( $LogLogfile eq "YES" ) { print "Logging stuff to log file...\n"; # redirect stderr --> stdout.

Perl Templates?!

2001-06-08 Thread Matt Lyon
I was wondering... if there are any one-page perl-script-templates that're pre-done that handle typical perl issues, where the header has all the use-strict / debugging stuff in it... that you can edit and morph into your own scripts. I had one for bash that was awesome named new_script... it rea