Re: Urgent !!! installing Storable.pm

2001-09-06 Thread Gunther Birznieks
At 01:08 PM 9/17/2001 +0800, Rajeev Rumale wrote: >Hi, > >I need to install and use the Storable.pm in my machine. I am useing >Active Perl on Win2k machine. > >I have not done this before. Its urgent, kindly let me know the procedure >for same. > >rajeev Really, you should consider subscribi

Re: Script compliation Sequence.

2001-09-06 Thread Gunther Birznieks
At 11:19 AM 9/17/2001 +0800, Rajeev Rumale wrote: >Hello EveryBody > >I needed some advice for all. > >I am working on a untilty which needs to perform server functions. > >I am bit confused with compliation sequency of scripts, when we use "do", >"require" or "use" to include into our scripts. >

Urgent !!! installing Storable.pm

2001-09-06 Thread Rajeev Rumale
Hi, I need to install and use the Storable.pm in my machine. I am useing Active Perl on Win2k machine. I have not done this before. Its urgent, kindly let me know the procedure for same. rajeev

Script compliation Sequence.

2001-09-06 Thread Rajeev Rumale
Hello EveryBody I needed some advice for all. I am working on a untilty which needs to perform server functions. I am bit confused with compliation sequency of scripts, when we use "do", "require" or "use" to include into our scripts. I have written a library file which contains all the commo

Re: SendMail to lists

2001-09-06 Thread Gunther Birznieks
At 01:48 PM 9/6/2001 -0700, Curtis Poe wrote: >--- randy Peterman <[EMAIL PROTECTED]> wrote: > > >I have to ask: where are you getting the $UserName value? What you are > > trying to do raises some > > >serious security issues if done incorrectly. > > > > I am getting it from a form input. > >R

Re: FW: problem with using HTML::FormValidator

2001-09-06 Thread Mark Stosberg
> -- Forwarded Message > From: "Maryana Osipchuk" <[EMAIL PROTECTED]> > When I try using this one (as constraint rule - my own function) > -- > p1 => { > constraints => valid_equiv, > params => [qw (p1 p2)] > } > valid_equiv as &main::valid_equiv > -- > I rec

Re: SendMail to lists

2001-09-06 Thread Curtis Poe
--- randy Peterman <[EMAIL PROTECTED]> wrote: > >I have to ask: where are you getting the $UserName value? What you are > trying to do raises some > >serious security issues if done incorrectly. > > I am getting it from a form input. Randy, The problem with that is untainting an email addre

Re: SendMail to lists

2001-09-06 Thread randy Peterman
>I have to ask: where are you getting the $UserName value? What you are trying to do raises some >serious security issues if done incorrectly. I am getting it from a form input. I am hard coding the "to" line so that I do not have to worry about spammers just using my page as a portal. Also t

Re: SendMail to lists

2001-09-06 Thread Curtis Poe
--- randy Peterman <[EMAIL PROTECTED]> wrote: > I am trying to develop a page to allow people on a list that I am a member > of to subscribe and unsubscribe by clicking a link. The link spawns a > window that allows the user to type in their email address. When they do > that they can submit the

Weekly list FAQ posting

2001-09-06 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 addr

SendMail to lists

2001-09-06 Thread randy Peterman
I am trying to develop a page to allow people on a list that I am a member of to subscribe and unsubscribe by clicking a link. The link spawns a window that allows the user to type in their email address. When they do that they can submit the form. Sendmail seems to be replacing certain parts o

File Types

2001-09-06 Thread Jon
Hi Guys, This is probably not a CGI question but I'm hoping someone here has run into this same problem before and can shed some light: I'm using CGIpm to do stuff with tab delimited text files that were uploaded via web page form. I have a spreadsheet with all my info on it (i test using both

RE: Is it a security risk to use identical names for database fields and html forms?

2001-09-06 Thread Curtis Poe
--- Gunther Birznieks <[EMAIL PROTECTED]> wrote: > There's actually quite a bit of interesting stuff out there that has really > only been "discovered" and publicized at all in the last year or two. Null > byte is another huge issue few Perl programmers seem to know > about/understand as it aff

Re: Help me !

2001-09-06 Thread Roger C Haslock
I'm not sure the other answers you have had address all the problem. They have all addressed the problem of (possibly multiple) whitespace (\s) at the end of a line. You have asked to remove all the newline characters in a string. I would propose $string =~ s/\n//g; The s does a substitute; the

RE: Is it a security risk to use identical names for database fields and html forms?

2001-09-06 Thread Gunther Birznieks
At 12:53 PM 9/3/2001 +0100, yahoo wrote: >Hi Gunther, >yes, you are right - maybe my answer was a bit flippent - it was only meant >to be a conversational addition to the thread rather than a definitive >answer ;-) > >By "access to the DB" I meant a valid SQL login. > >I enjoyed reading that URL y