Regular Expression

2006-11-02 Thread ppp ppp
Hi All, I want enter a regex through command line and , my program should find the regex from the file that I should suppy through comman dline example C:\ perl myperl.pl regex 1.txt where regex is ths -- the pattern what I want to find in the 1.txt . my

classification algorithms

2006-11-02 Thread Saurabh Singhvi
HI all, What all classification algorithms exist like Algorithm::Naivebayes ?? The AI::Categorizer doesn't seem to fir my purpose. Please let me know. thanks Saurabh

cant locate Log/Log4perl error @INC

2006-11-02 Thread narmadha
Hi all, I am newbie to the perl. I have installed my p5-DBI, p5-log4perl module in FreeBSD6.0. I am getting error Can't locate Log/Log4perl.pm in @INC (@INC contains: ../lib/ /usr/local/lib/perl5/site_perl/5.8.7/mach /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl

Re: Question on using http rather than ftp

2006-11-02 Thread Oleg V. Volkov
Paul King [EMAIL PROTECTED] wrote: I have looked at several Perl books: Perl LWP, Building Scalable Web Sites, Programming Web Services with Perl, etc and everything I can see indicates to me that the transaction needs to be initiated from what would be the vendor's side (pull) rather than

Re: Regular Expression

2006-11-02 Thread Dr.Ruud
ppp ppp schreef: I want enter a regex through command line and , my program should find the regex from the file that I should suppy through comman dline example C:\ perl myperl.pl regex 1.txt where regex is ths -- the pattern what I want to find in the 1.txt . my

perl regexp error , I cant understand what is wrong

2006-11-02 Thread Meir Yanovich
perl regexp error , I cant understand what is wrong Hello all I have simple perl regexp that is searching for pattern in string and replace it with the same string + addition string here is what I have : Code: my $rec = q| new Array(Attributes Management

Re: perl regexp error , I cant understand what is wrong

2006-11-02 Thread Dr.Ruud
Meir Yanovich schreef: [^+\s*] That is a character class, not containing +, whitespace and *. A character class is matching a single character. Is that what you meant by it? It will match the comma that you have in front of the opening dquotes, so that gets removed. -- Affijn, Ruud Gewoon

Re: need help building variables dynamically

2006-11-02 Thread jm
thanks to everyone for the suggestions On 11/1/06, Mumia W. [EMAIL PROTECTED] wrote: On 11/01/2006 01:44 PM, jm wrote: On 11/1/06, John W. Krahn [EMAIL PROTECTED] wrote: Use a hash: my %oob = ( state = 'IL', lata = 732, name = 'SomeName', ); If you don't think

Re: classification algorithms

2006-11-02 Thread Tom Phoenix
On 11/2/06, Saurabh Singhvi [EMAIL PROTECTED] wrote: What all classification algorithms exist like Algorithm::Naivebayes ? Have you seen what's on CPAN? http://search.cpan.org/ Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: All of perldoc to text

2006-11-02 Thread Bryan R Harris
On 11/1/06, Bryan R Harris [EMAIL PROTECTED] wrote: perldoc to me has always been this kind of magicians hat where you wave a wand and chant some special words and magically out pops some thing you never read or heard before. Is it possible to somehow pipe the whole thing into a text

RE: Question on using http rather than ftp

2006-11-02 Thread Paul King
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zentara Sent: Thursday, November 02, 2006 8:04 AM To: beginners@perl.org Subject: Re: Question on using http rather than ftp On Wed, 1 Nov 2006 15:38:22 -0600, [EMAIL PROTECTED] (Paul King) wrote:

Re: Re: All of perldoc to text

2006-11-02 Thread Tom Phoenix
On 11/2/06, Bryan R Harris [EMAIL PROTECTED] wrote: is there a way to get perldoc to dump *everything* it knows into a huge text file? In addition to the core Perl documentation, which is a large set of pod files, nearly all modules have their own documentation files (usually with .pod or .pm

Re: perl regexp error , I cant understand what is wrong

2006-11-02 Thread Mumia W.
On 11/02/2006 07:11 AM, Meir Yanovich wrote: perl regexp error , I cant understand what is wrong Hello all I have simple perl regexp that is searching for pattern in string and replace it with the same string + addition string here is what I have : Code: my $rec = q| new

Re: perl regexp error , I cant understand what is wrong

2006-11-02 Thread Rob Dixon
Meir Yanovich wrote: perl regexp error , I cant understand what is wrong Hello all I have simple perl regexp that is searching for pattern in string and replace it with the same string + addition string here is what I have : Code: my $rec = q| new Array(Attributes Management

Re: All of perldoc to text

2006-11-02 Thread Arnaldo Guzman
On Thu, 2006-11-02 at 11:02 -0700, Bryan R Harris wrote: On 11/1/06, Bryan R Harris [EMAIL PROTECTED] wrote: perldoc to me has always been this kind of magicians hat where you wave a wand and chant some special words and magically out pops some thing you never read or heard before.

Re: All of perldoc to text

2006-11-02 Thread Tommy Nordgren
On 1 nov 2006, at 23.03, Bryan R Harris wrote: perldoc to me has always been this kind of magicians hat where you wave a wand and chant some special words and magically out pops some thing you never read or heard before. Also surprising is how detailed it is, it seems to have things

Re: Re: All of perldoc to text @ 1162502881

2006-11-02 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. Thu, 2 Nov 2006 22:07:49 +0100 , Tommy Nordgren wrote Revera y: Content-Type: application/octet-stream; , the following is an abbreviation of the contents:

Where to Run Program?

2006-11-02 Thread Richmond Platz
Hello, I downloaded Perl from ActiveState ayear ago, it was 5.8 then! I'm a* newbie* that knows only *Qbasic* programming from years ago. That worked for me, but forgotton a lot too! If I write simple perl code in, say, *MS notepad*, save it as a .plx file to my *Begperl dir in C:\* What

Re: Where to Run Program?

2006-11-02 Thread Dr.Ruud
Richmond Platz schreef: I downloaded Perl from ActiveState ayear ago, it was 5.8 then! You can always uninstall that one, and download and install a fresh ActivePerl. If I write simple perl code in, say, *MS notepad*, save it as a .plx file to my *Begperl dir in C:\* I assume the .plx