NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Here's mine (Score:1)
--check-syntax # Ask perl to check the syntax of the file
--backup-and-modify-in-place # Dont output to another file
--backup-file-extension=.tdy.bak # Backup.pl.tdy.bak
--logfile # Save a log of what's going on
# Formatting
--output-line-ending=unix
--format-skipping
Wow!! (Score:1)
Did anyone ever tell you that you have too much time on your hands?
Re: (Score:1)
if you want some here's a list of my must have (they're in
-
-
-
-
-
-
-
-
-
-
-
Re:Wow!! (Score:1)
yep. I am. Thanks
Reply to This
Parent
Re: (Score:1)
I just ask for the delay to clean up my config directory, it's a real mess in there and i don't have the time to sort everything right now.
Re: (Score:1)
Take your time. I asked because I was curious to see how people organize their things. Lately I seem to waste time in simple yet important tasks with a net result of less time to code :(. Having a working (and portable) set of config files is certainly an asset.
cheers --stephan