Re: PERL AND IIS

2001-04-17 Thread Gerald Richter
> > WWW server said: > Can't load 'D:/Perl/site/lib/auto/HTML/Embperl/Embperl.dll' for module > HTML::Embperl: load_file:Uvedený modul nebyl nalezen at > D:/Perl/lib/DynaLoader.pm line 200. > at D:\Inetpub\wwwroot\handlers\embpcgi.pl line 16 > Compilation failed in require at D:\Inetpub\wwwroot\h

Re: PERL AND IIS

2001-04-17 Thread Lukas Zapletal
>You need to tell IIS that embpcgi.pl should be executed whenever a Embperl >page is requested. embpcgi.pl (which is part of the Embperl distribution) >will take care to handle the actual processing to Embperl. So first of all I >would try to map the .pl extention to perlis.dll (I think that is al

Re: Feature request: [$ hidden $] in URLs

2001-04-17 Thread Gerald Richter
> > At 9:50 AM +1000 4/18/01, Angus Lees wrote: > >"?[+ { %fdat, day => 1, month => 10, year => 2000 } +]" > > Neither of those techniques will handle duplicate entries, but they > definitely get me closer to a work-around. Thanks. What's Angus suggest above, is what I also would suggest to you.

Re: Feature request: [$ hidden $] in URLs

2001-04-17 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 9:50 AM +1000 4/18/01, Angus Lees wrote: >"?[+ { %fdat, day => 1, month => 10, year => 2000 } +]" Neither of those techniques will handle duplicate entries, but they definitely get me closer to a work-around. Thanks. - -- Kee Hinckley - Somewhe

Re: Feature request: [$ hidden $] in URLs

2001-04-17 Thread Angus Lees
On Wed, Apr 18, 2001 at 09:39:43AM +1000, Angus Lees wrote: > On Tue, Apr 17, 2001 at 02:45:30PM -0400, Kee Hinckley wrote: > > "?day=1&month=10&year=2000&search=[+$fdat{search}+]" > > its uglier to do it yourself, but not difficult: > > [! > sub strip { >my %copy = %fdat; >delete @copy

Re: Feature request: [$ hidden $] in URLs

2001-04-17 Thread Angus Lees
On Tue, Apr 17, 2001 at 02:45:30PM -0400, Kee Hinckley wrote: > "?day=1&month=10&year=2000&search=[+$fdat{search}+]" its uglier to do it yourself, but not difficult: [! sub strip { my %copy = %fdat; delete @copy{@_}; \%copy; } !] "?day=1&month=10&year=2000&[+ strip(qw(day month year)

Feature request: [$ hidden $] in URLs

2001-04-17 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd like to be able to say: go there In a URL context it should result in a set of appropriate & separated arguments with the fields that aren't currently represented in the URL. That requires a bit of URL parsing, but it wouldn't have to be don

Re: PERL AND IIS

2001-04-17 Thread Gerald Richter
> > I installed .epl extension to use PerlIS.dll (as described in Activestate`s > documentation), but the scripts generates no output. I wonder it is not > possible to use IIS with Activestate ISAPI, because in the Apache/mod_perl > version you can configure a handler (by setting PerlHandler param