Re: last questions for my webmail script.

2002-03-21 Thread Matthew Harrison
so that is all i have to write? seems a bit sparse compared with majority of other perl code, but there we go, you obviously know more about this that me. On Thursday 21 Mar 2002 5:19 pm, fliptop wrote: > [reply cc'd to list] > > Matthew Harrison wrote: > > that doesn't really answer the questi

Re: last questions for my webmail script.

2002-03-21 Thread fliptop
[reply cc'd to list] Matthew Harrison wrote: > that doesn't really answer the question as it doesn't really clearly show > what the syntax should be and how it is used. > > On Thursday 21 Mar 2002 12:38 pm, you wrote: > >>Matthew Harrison wrote: >> >>>What is the syntax to redirect the user t

Re: last questions for my webmail script.

2002-03-21 Thread fliptop
Matthew Harrison wrote: > What is the syntax to redirect the user to another page? i need to be able > to include a query string in the redirect, plus it needs to be immediate > and automatic. perldoc -q redirect -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

last questions for my webmail script.

2002-03-21 Thread Matthew Harrison
What is the syntax to redirect the user to another page? i need to be able to include a query string in the redirect, plus it needs to be immediate and automatic. plus i still need a way to check whether the username variable in my script matches any usernames in the system's /etc/passwd file.