9
votes
What is your latest useful Perl one-liner (or a pipe involving Perl)?
Squid log files. They're great, aren't they? Except by default they have seconds-from-the-epoch as the time field. Here's a one-liner that reads from a squid log file and converts the time into …
7
votes
Is there is a way to change a Windows folder icon using a Perl script?
You sure can do it with Perl. Windows controls directory icons by use of a hidden systemDekstop.ini file in each folder. The contents looks something like this:
[.Sh …
