[CLUE-Tech] Web Statistics Programs

David Anselmi anselmi at anselmi.us
Tue Mar 16 18:11:44 MST 2004


Jed S. Baer wrote:
[...]
> Speaking of hacking up Apache logs, does anyone know of a way to tell Perl
> to split a string, but consider /regex/ characters as quoting characters?

What do you mean by "quoting characters"?  The split prototype is:

split /REGEX/, EXPR, LIMIT

so the first argument is a regex that define what characters you're 
splitting on.  But you must know that already.

I just can't grok what you're asking.

Dave




More information about the clue-tech mailing list