Embperl and printing...

1999-12-02 Thread Arnel Estanislao
I have a binary string that I would like to print, but it includes the EOF character ("\0"). Embperl seems to cut off the string at the first terminator, whether I do: [+ $string +] or [- print OUT $string -] However, if I print the string to a regular file, the whole string prints

user registration/login system

1999-12-01 Thread Arnel Estanislao
Hello, I sent this email out yesterday, but it didn't seem to reach the list. My apologies if you get this twice. Is there a "best way" to accomplish the following user registration/login system: - User attempts to visit a password-protected section of the site. - If user is not yet

User registration/login module...

1999-11-30 Thread Arnel Estanislao
Hello, Is there a "best way" to accomplish the following user registration/login system: - User attempts to visit a password-protected section of the site. - If user is not yet authenticated (using DBI/DBD::Pg), user is redirected to a login/registration page. (We are NOT using Basic