CGI.pm can also create forms.  And to have the pages pre-filled in, just
use $q->textfield('my value for this particular element') set and it
will be prefilled in.  (all of the rest of the form elements would use
something like:
$q->checkbox_group(-values=>['Shampoo', 'Toothbrush', 'Potato
Salad'], -name=>'mypopup');

But I'm not sure how you'd say 'checked' for one particular one.

Lara


----- Original Message -----
From: "Craig S Monroe" <[EMAIL PROTECTED]>
To: "Beginners@Perl (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 1:02 PM
Subject: Re: Web Page Interaction...


>
> I took a look at the cgi.pm.  It looks as though it deals with receiving
> variables from forms, writing dynamic pages, etc.
> Is this your impression? What I am looking to do, is fill out pages as if
a
> human(or something close) were doing it.
>
> For example, visit http://www.yoursite.com
> click on a particular link, etc....
>
> Am I not looking close enough?
>
> Craig
> [EMAIL PROTECTED]
> Pager
> Numeric: 1-877-895-3558
> Email pager: [EMAIL PROTECTED]
> --------------------------------------------------------------
> You will never find time for anything.
> If you want time, you must make it.
>
> Charles Buxton
>
> ----- Original Message -----
> From: "Lara J. Fabans" <[EMAIL PROTECTED]>
> To: "Craig S Monroe" <[EMAIL PROTECTED]>
> Sent: Friday, June 29, 2001 1:59 PM
> Subject: Re: Web Page Interaction...
>
>
> > I'd recommend looking at CGI.pm instead of LWP.  It should come with
> > your distribution of perl.  www.webmonkey.com   has some great
tutorials.
> > And there's a lot of books out there on how to use the module.  It makes
> > everything just so much easier.
> >
> > lara
> >
> > At 01:44 PM 6/29/2001 -0400, you wrote:
> > >All,
> > >
> > >I have done some searching, looking for a module for interacting with
web
> > >pages.
> > >The only module, that appears to be related is LWP.  I read through
those
> > >docs,
> > >and, I am a novice, so they are a little confusing. Does anyone know of
a
> > >good tutorial,
> > >resource for an explanation on how to interact with different types of
> web
> > >pages.
> > >For example, dealing with login dialog boxes, forms, etc. ?
> > >
> > >Thank you for any direction you can point me in......
> > >
> > >Craig
> > >[EMAIL PROTECTED]
> > >Pager
> > >Numeric: 1-877-895-3558
> > >Email pager: [EMAIL PROTECTED]
> > >--------------------------------------------------------------
> > >You will never find time for anything.
> > >If you want time, you must make it.
> > >
> > >Charles Buxton
> >
> > ---------------------
> > Lara J. Fabans
> > Lodestone Software, Inc
> > [EMAIL PROTECTED]
> >
>
>
>

Reply via email to