Re: [Perl-unix-users] How to make a Silent POST method?

2001-08-30 Thread $Bill Luebkert
SuccessInMind wrote: > > Hi all, > > How do we do a silent POST to a script? > > In other words is there a way to simulate the action of clicking on the > SUBMIT button to post the data from a form. I want to POST without having to > click on the submit button. > > If the script see a certain

[Perl-unix-users] How to make a Silent POST method?

2001-08-30 Thread SuccessInMind
Hi all, How do we do a silent POST to a script? In other words is there a way to simulate the action of clicking on the SUBMIT button to post the data from a form. I want to POST without having to click on the submit button. If the script see a certain variable or tag it will POST automaticall