Re: Web page manipulation

2006-08-04 Thread Rob Dixon
Eric Krause wrote: > > I am new to perl and I am trying to write a script that will allow me to > automate some tasks that I do every day on the same web pages. Can > anyone give me some quick examples to get web page data and pass data > back to the pages? > > Sorry if this question is lame, I am

Re: Web page manipulation

2006-08-03 Thread Mumia W.
On 08/03/2006 07:37 PM, Eric Krause wrote: Hello all, I am new to perl and I am trying to write a script that will allow me to automate some tasks that I do every day on the same web pages. Can anyone give me some quick examples to get web page data and pass data back to the pages? Sorry if

Re: Web page manipulation

2006-08-03 Thread Tom Phoenix
On 8/3/06, Eric Krause <[EMAIL PROTECTED]> wrote: I am new to perl and I am trying to write a script that will allow me to automate some tasks that I do every day on the same web pages. Can anyone give me some quick examples to get web page data and pass data back to the pages? You want to use

Re: Web page manipulation

2006-08-03 Thread WCJ d/b/a http://ccsh.us/
On 8/3/06, Eric Krause <[EMAIL PROTECTED]> wrote: I am new to perl and I am trying to write a script that will allow me to automate some tasks that I do every day on the same web pages. Can anyone give me some quick examples to get web page data and pass data back to the pages? Look up WWW::M

Web page manipulation

2006-08-03 Thread Eric Krause
Hello all, I am new to perl and I am trying to write a script that will allow me to automate some tasks that I do every day on the same web pages. Can anyone give me some quick examples to get web page data and pass data back to the pages? Sorry if this question is lame, I am new, but trying