* Jeff Trawick wrote:
> André Malo wrote:
>> %I is already used by mod_logio...
> now I see that at least the doc of mod_log_config mentions that, but as
> those were the only entries not in alphabetical order I didn't see them
Oh well, we should reorder it. I see no reason why they should be
separated.
> %...P process id only 12345
> %...{pid}P process id only 12345
> %...{tid}P thread id only 14002
> %...{pid+tid}P process id and thread id 12345/14002
+1.
nd
--
my @japh = (sub{q~Just~},sub{q~Another~},sub{q~Perl~},sub{q~Hacker~});
my $japh = q[sub japh { }]; print join #########################
[ $japh =~ /{(.)}/] -> [0] => map $_ -> () # André Malo #
=> @japh; # http://pub.perlig.de/ #
|