Re: solve English word segmentation by using RE

2010-11-26 Thread Shlomi Fish
Hi Nguyen, On Friday 26 November 2010 20:00:07 Nguyen Duong wrote: > Someone help me solve English word segmentation by using RE > http://en.wikipedia.org/wiki/Text_segmentation#Word_segmentation this gives several different tasks to be done. Which one of them are you interested in? Can you gi

Re: given-when problem

2010-11-26 Thread Rob Dixon
On 26/11/2010 19:10, Téssio Fechine wrote: I think this is a bug: tes...@krauzer:~/Perl/Ex/ch15$ cat when #!/usr/bin/perl -w use 5.010; use strict; given($ARGV[0]) { when(/fred/i) { say 'Name has fred in it'; continue } when(/^Fred/) { say 'Name starts with Fred'; continue }

Re: given-when problem

2010-11-26 Thread Chap Harrison
On Nov 26, 2010, at 1:10 PM, Téssio Fechine wrote: > > given($ARGV[0]) { > >when(/fred/i) { say 'Name has fred in it'; continue } > >when(/^Fred/) { say 'Name starts with Fred'; continue } > >when('Fred') { say 'Name is Fred' } > >default { say "I don't see a Fred"

given-when problem

2010-11-26 Thread Téssio Fechine
I think this is a bug: tes...@krauzer:~/Perl/Ex/ch15$ cat when #!/usr/bin/perl -w use 5.010; use strict; given($ARGV[0]) { when(/fred/i) { say 'Name has fred in it'; continue } when(/^Fred/) { say 'Name starts with Fred'; continue } when('Fred') { say 'Name is Fred' } de

Re: Need help in Learning

2010-11-26 Thread Erez Schatz
On Fri, 26 Nov 2010, Shlomi Fish wrote: Actually I use Alpine, but thanks for that warning, I'll make sure to delete all links from my future posts, because research shown that humans are intelligent enough to follow a thread without being spoonfed through the throat. Hi Erez, next time, pl

solve English word segmentation by using RE

2010-11-26 Thread Nguyen Duong
Someone help me solve English word segmentation by using RE Thanks.

Re: Need help in Learning

2010-11-26 Thread Shlomi Fish
Hi Erez, next time, please don't omit the links in your quoted reply, so people will understand what we're talking about. (Unless it was one of GMail.com's many braindamages, in which case I'm sorry for accusing you.) On Friday 26 November 2010 19:12:45 Erez Schatz wrote: > There are many books

Re: Need help in Learning

2010-11-26 Thread Erez Schatz
There are many books available, On Fri, 26 Nov 2010, Shlomi Fish wrote: Hi Uma, welcome to the Perl world. On Thursday 25 November 2010 17:12:49 Umashankar wrote: Hi All, I started my career in a software firm, am working in PERL platform. Can some one guide me by providing some online tuto

Re: Need help in Learning

2010-11-26 Thread Shlomi Fish
Hi Chandrashekar, On Friday 26 November 2010 12:24:49 Chandrashekar Bhat wrote: > Hi Umashankar, > > Below links may be useful. > > http://www.perl.com/pub/2000/10/begperl1.html see the links at the top of that resource for a more up-to-date version or see http://perl-begin.org/ . > > http:/

Re: Need help in Learning

2010-11-26 Thread Shlomi Fish
Hi Uma, welcome to the Perl world. On Thursday 25 November 2010 17:12:49 Umashankar wrote: > Hi All, > > I started my career in a software firm, am working in PERL platform. > Can some one guide me by providing some online tutorials, course > materials links. > We have collected some recommend

Re: Need help in Learning

2010-11-26 Thread Chandrashekar Bhat
Hi Umashankar, Below links may be useful. http://www.perl.com/pub/2000/10/begperl1.html http://computer.howstuffworks.com/perl.htm http://docstore.mik.ua/orelly/perl/prog3/ch01_01.htm http://www.pageresource.com/cgirec/index.html http://perl.plover.com/IAQ/IAQlist.html Thanks, Chandrashekar

Need help in Learning

2010-11-26 Thread Umashankar
Hi All, I started my career in a software firm, am working in PERL platform. Can some one guide me by providing some online tutorials, course materials links. Thanks Much, Uma -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org htt