Re: Odd boxes - the solution

2002-07-08 Thread Todd Wade
Henk Van Ess [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, My provider gave me the solution. I had to install: pkg_add -r unix2dos where unix2dos *.cgi strips the boxes.. Ty all for the input. Also, if you use the proper transfer setting (i.e.

Re: Username Password Question

2002-07-08 Thread perl-dvd
When you have everything working, and something for security (htaccess), try redirecting by, NOT printing a content-type (text/html or whatever), then print this: print Location: http://www.domain.com/path/morepath/file.html\n\n;; The capitalization and space are very important.

Re: Including SSI in a script

2002-07-08 Thread Todd Wade
Octavian Rasnita [EMAIL PROTECTED] wrote in message 00cc01c22495$df0f63d0$[EMAIL PROTECTED]">news:00cc01c22495$df0f63d0$[EMAIL PROTECTED]... Hi all, I want to make a Perl script that generates a web page and prints it on the screen. I want to include an SSI statement in that page. If I

Ternary Regex Evaluation

2002-07-08 Thread John Pitchko
Hello, I am trying to do some pattern matching in a ternary evaluation, but it does not seem to work. If I place the regex into a structured if statement, it evaluates fine, but not in a ternary evaluation. Here is what I have so far. my $title; .. .. .. open FH, HTML_HOME . $directory .

Re: Ternary Regex Evaluation

2002-07-08 Thread John Pitchko
Yes that would work, but I was really curious as to why the ternary operation does not work. In fact, none of my other ternary operations seem to work. Is there something wrong with my syntax? Thanks, John Pitchko Data Services Saskatchewan Government Insurance Connie Chan [EMAIL

Re: Ternary Regex Evaluation

2002-07-08 Thread fliptop
John Pitchko wrote: Yes that would work, but I was really curious as to why the ternary operation does not work. In fact, none of my other ternary operations seem to work. Is there something wrong with my syntax? probably. try putting each true/false statement inside a parenthesis. ps

re: Username Password Question

2002-07-08 Thread Rhen Hernandez
Hi Everyone! Thank you all for all of your help... Rhen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

www-authinticate

2002-07-08 Thread Hytham Shehab
hi guys, how can i pass the 401 Unauthorized request so a message with a username/password show up to the user? i tried out cgi::authentification and the print WWW-Authic \n\n but no good? thanks in advance -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional