RE: REMOTE_USER

2003-11-12 Thread Colin Johnstone
Thank You for answering my post. Im only a perl newbie, I read something that gave me the idea that this would be handled by cgi thats why I posted here. So what your saying is:- by virtue of the fact that a user has been authenticated, if they try to access a protected page. Then the server w

Weekly list FAQ posting

2003-11-12 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

RE: use CGI qw(:cgi-lib :standard);

2003-11-12 Thread Thomas Bätzler
Yehezkiel B Syamsuhadi <[EMAIL PROTECTED]> asked: > What does this line mean? > > use CGI qw(:cgi-lib :standard); The qw operator makes a text into a list by splitting at the whitespace. That list is passed to the module as an argument. In CGI.pm's case these arguments are used to specify what s

RE: use CGI qw(:cgi-lib :standard);

2003-11-12 Thread Bob Showalter
Yehezkiel B Syamsuhadi wrote: > What does this line mean? > > use CGI qw(:cgi-lib :standard); > > I know that "use CGI;" means to use CGI module but what does > qw(:cgi-lib :standard) that follow "use CGI" mean? qw() is a way of building a list without having to quote each element and separate t

RE: REMOTE_USER

2003-11-12 Thread Bob Showalter
Colin Johnstone wrote: > Gidday All, > > We are running AIX on an IBM HTTP server with IHS. > > We are serving static HTML pages. Some of these pages are to > be protected. OK. That's the job of the web server, so you need to configure it to protect those pages. With Apache, you use .htaccess fi

use CGI qw(:cgi-lib :standard);

2003-11-12 Thread Yehezkiel B Syamsuhadi
What does this line mean? use CGI qw(:cgi-lib :standard); I know that "use CGI;" means to use CGI module but what does qw(:cgi-lib :standard) that follow "use CGI" mean? Thanks, YBS -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hit counter

2003-11-12 Thread Octavian Rasnita
As I said, I don't know. - Original Message - From: "Andrew Gaffney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: hit counter > Wouldn't these have the same effect? > > Octavian Rasnita wrote: > > I don't know, but this is not the rig