Re: Client capabilities (and JavaScript)

2002-05-02 Thread Jamie LeTual
A sniffer can be much more subtle than that. If you have at least one page view beforehand, like some kind of neutral title page, you can stick an image tag where the SRC is a call to a mod perl script, with all you want to know set as parameters IMG SRC=/ninja-image.pl?has_plugin=1.3 You can

Re: ´ð¸´: In module require configuration file [frig]

2001-06-05 Thread Jamie LeTual
typos, sorry. Damned cut and paste Jamie LeTual wrote: How about this: #=== mymodule.pm = package mymodule; use strict; sub new { my $type = shift; my $conf = shift; my $self = { conf = require $conf }; bless $self