> Is there any way, ideally via the CGI headers, to return the filename so
> that the browser tries to save the file under the correct name?
http://mailarchive.activestate.com/mail/msg/perl-win32-web:192576
___
Perl-Win32-Web mailing list
[EMAIL PROTECT
I've used the LDAP module and it works great. You can
query (and update) all kinds of info out of Exchange.
-S
- Original Message -
From: "GLee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 4:11 PM
Subject: Exchange 5.5 Modules
> Has anyone developed a
> Has anyone developed any modules to work with
> Microsoft Exchange 5.5
To do what? There are numerous modules that let Perl connect to a POP3
mail server to send/recieve mail.
If it's OLE, Win32::OLE should expose the methods to do user maintence.
If not, you might be out of luck.
_
I'm using a CGI script to control authorization to file downloads. The
script takes the users authorization from a web page, checks an authorize
file and if the details match, it delivers the requested file (which sits
outside of the web server's sphere of influence) to the browser for
download.
> if exists($hash{"key3"} { print "key3 exists!" }
print "key3 exists" if exists $hash{key3};
Be careful about the differences between defined() and exists() as they
pertain to hashes!
___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.A
Has anyone developed any modules to work with
Microsoft Exchange 5.5
Thanks
[EMAIL PROTECTED]
___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
> [EMAIL PROTECTED] wrote:
>
> Is there a way to check to see if a hash's key exists at all? For
> example:
>
> $hash{"key1"}="goober";
> $hash{"key2"}="";
>
> Something like:
>
> if exists($hash{"key3"} { print "key3 exists!" }
Try it and see ;>
Make sure that you run it -w and use strict
Title: Existence of key
Never
mind. I feel silly. "exists" is it exactly. I just wasn't
being careful enough about testing it out.
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 24,
2001 12:45 PMTo:
[EMAIL PROTECTED]Subject:
Title: Existence of key
Is there a way to check to see if a hash's key exists at all? For example:
$hash{"key1"}="goober";
$hash{"key2"}="";
Something like:
if exists($hash{"key3"} { print "key3 exists!" }
> Zope, www.zope.org.
> --
> Andy McKay.
>
>
> - Original Message -
> From: "raptor" <[EMAIL PROTECTED]>
> To: "Perl-Win32-Web Mailing List"
<[EMAIL PROTECTED]>
> Sent: Wednesday, January 24, 2001 8:53 AM
> Subject: Colaboration tool recomendations
>
>
> > hi perlers,
> >
> > Your recome
Either way you should use this code and not a list
of s/// expressions.$lin =~ tr/WEIRDCHARS/NORMALCHARS/g;Try the
perlop manpage for more details.- Original Message -From:
"Lars G. Skjellerup" <[EMAIL PROTECTED]>To:
"Perl-Win32-Web Mailing List" <[EMAIL PROTECTED]>Sent:
Tue
hi perlers,
Your recomendation for the workgroup/colaboration tool for WEB
development...
Requirements :
- To support NT
- To be very easy (so people of the team can start using it right away)
- To have GUI (this is not for me :") )
- To be free
Any suggestions, links are welcome cya
The e
12 matches
Mail list logo