WAP development from perl

2006-08-26 Thread luke devon
Hi , as a beginner , if i asked , how can i develop WAP sites by based on perl language ? , do u have any possibility to help me ? Does that perl are cgi ? Can i see any sample of WAP sites or WAP exmples ? Is there any books to be recomended ? When wew consider about WAP there is main two ca

Re: smtp authentication

2006-08-26 Thread JupiterHost.Net
Alan Sanders wrote: Tom - Yes I use real values. Dr. Ruud - You're right... the extra line is useless and I have cleaned it up accordingly. Anyways I figured the script out. Here's the final output cleaned up a little bit. Thanks for your help. #!/usr/bin/perl -w use strict; use Net::SM

Re: Accessing Clickbank Data

2006-08-26 Thread Mike Blezien
Tom, got it working prefectly now with WWW::Mechanism :) The cookie wasn't actually really needed. Appreciate the help Mike - Original Message - From: "Tom Phoenix" <[EMAIL PROTECTED]> To: "Mike Blezien" <[EMAIL PROTECTED]> Cc: "Perl List" Sent: Saturday, August 26, 2006 3:52 PM Su

Re: Accessing Clickbank Data

2006-08-26 Thread Tom Phoenix
On 8/26/06, Mike Blezien <[EMAIL PROTECTED]> wrote: We can use the WWW::Mechanize module to similuate the login form, no problems there, it's just the next step to obtain the cookie it sets ... or if it's even possible to do. The cookie jar is implemented with HTTP::Cookies. http://search.

Re: additonal notes - to: subroutine in LWP - in order to get 700 forum threads - some explanations

2006-08-26 Thread Mumia W.
On 08/26/2006 10:57 AM, jobst müller wrote: [...] first of - i have to explain something; I have to grab some data out of a phpBB in order to do some field reseach. I need the data out of a forum that is runned by a user community. I need the data to analyze the discussions. Use LWP::*

Re: Accessing Clickbank Data

2006-08-26 Thread Mike Blezien
Tom, - Original Message - From: "Tom Phoenix" <[EMAIL PROTECTED]> To: "Mike Blezien" <[EMAIL PROTECTED]> Cc: "Perl List" Sent: Saturday, August 26, 2006 1:59 PM Subject: Re: Accessing Clickbank Data On 8/25/06, Mike Blezien <[EMAIL PROTECTED]> wrote: we are trying to setup an remot

Re: Accessing Clickbank Data

2006-08-26 Thread Tom Phoenix
On 8/25/06, Mike Blezien <[EMAIL PROTECTED]> wrote: we are trying to setup an remote system to obtain account data records for our client, which can be exported out as HTML or CSV file. The problem is after the script remotely logs in, clickbank system sets a encrypted cookie called 'token' for

Re: additonal notes - to: subroutine in LWP - in order to get 700 forum threads - some explanations

2006-08-26 Thread Randal L. Schwartz
> "jobst" == jobst müller <[EMAIL PROTECTED]> writes: jobst> i do not want to do any thing harmefull. I am working on my PhD and i nedd to have (collect some more data ) jobst> i work in so what - Yes, and I *need* a jet to be able to get to various cities better for my job. By your logic

additonal notes - to: subroutine in LWP - in order to get 700 forum threads - some explanations

2006-08-26 Thread jobst müller
hello Robin hello all @ Randal - i have read your complains and i guess that you think that i want to do some harmeful. i do not want to do any thing harmefull. I am working on my PhD and i nedd to have (collect some more data ) i work in so what - i work in the filed of social resarch

smtp authentication

2006-08-26 Thread Alan Sanders
Tom - Yes I use real values. Dr. Ruud - You're right... the extra line is useless and I have cleaned it up accordingly. Anyways I figured the script out. Here's the final output cleaned up a little bit. Thanks for your help. #!/usr/bin/perl -w use strict; use Net::SMTP; my $mail_server = "

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Omega -1911
tr/Robin Norwood redundant replies//g; On 8/26/06, Robin Norwood <[EMAIL PROTECTED]> wrote: jobst müller <[EMAIL PROTECTED]> writes: > hello dear Perl-addicted, > > to admit - i am a Perl-novice and ihave not so much experience in perl. But i am willing to learn. i want to learn perl. As for

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Robin Norwood
jobst müller <[EMAIL PROTECTED]> writes: > hello dear Perl-addicted, > > to admit - i am a Perl-novice and ihave not so much experience in perl. But i > am willing to learn. i want to learn perl. As for now i have to solve some > tasks for the college. I have to do some investigations on a bo

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Robin Norwood
merlyn@stonehenge.com (Randal L. Schwartz) writes: >> "Robin" == Robin Norwood <[EMAIL PROTECTED]> writes: > > Robin> But Google does use the data in indexes for personal gain...it derives > Robin> significant revenue from the advertising done on it's site. > > s/it's/its/, but I don't want to

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Randal L. Schwartz
> "Robin" == Robin Norwood <[EMAIL PROTECTED]> writes: Robin> But Google does use the data in indexes for personal gain...it derives Robin> significant revenue from the advertising done on it's site. s/it's/its/, but I don't want to get distracted here. :) The *primary* purpose of Google's v

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Robin Norwood
merlyn@stonehenge.com (Randal L. Schwartz) writes: >> "Robin" == Robin Norwood <[EMAIL PROTECTED]> writes: > >>> DO NOT ATTEMPT TO DO THIS > > Robin> Really? If I understood the OP correctly, all he wants to do is > 'screen > Robin> scrape' the (public) board in question. In other words, no

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Randal L. Schwartz
> "Robin" == Robin Norwood <[EMAIL PROTECTED]> writes: >> DO NOT ATTEMPT TO DO THIS Robin> Really? If I understood the OP correctly, all he wants to do is 'screen Robin> scrape' the (public) board in question. In other words, nothing Robin> significantly different from what Google does when

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Robin Norwood
merlyn@stonehenge.com (Randal L. Schwartz) writes: >> "jobst" == jobst müller <[EMAIL PROTECTED]> writes: > > jobst> to admit - i am a Perl-novice and ihave not so much experience in > jobst> perl. But i am willing to learn. i want to learn perl. As for now i > jobst> have to solve some tasks

Re: subroutine in LWP - in order to get 700 forum threads

2006-08-26 Thread Randal L. Schwartz
> "jobst" == jobst müller <[EMAIL PROTECTED]> writes: jobst> to admit - i am a Perl-novice and ihave not so much experience in jobst> perl. But i am willing to learn. i want to learn perl. As for now i jobst> have to solve some tasks for the college. I have to do some jobst> investigations on

Re: Using a regular expression to remove all except certaincharacters.

2006-08-26 Thread Dr.Ruud
"John W. Krahn" schreef: > Dr.Ruud: >> You might actually be looking for this: >> >> (my $newstring = $oldstring) =~ tr/0-9A-Za-z/ /cds; >> >> which replaces runs of non-alphanumeric characters with a single >> space. > > No it doesn't: Oops, thanks for the correction. I was meant to be without