Re: OO perl programming

2014-02-16 Thread Sebastien Feugere
practice object oriented Perl > programming. > > > Regards, > Kavita :-) >

Re: OO perl programming

2014-02-15 Thread Janek Schleicher
Am 13.02.2014 21:27, schrieb Uri Guttman: actually that isn't totally true. the concepts are fairly language independent but some languages have better support for OO than others. in particular it isn't hard to do OO even assembler (which i did) in that i grouped common data together and called s

Re: OO perl programming

2014-02-13 Thread Octavian Rasnita
From: Robert Wohlfarth On Thu, Feb 13, 2014 at 2:46 PM, Jim Gibson wrote: CPAN modules should be OO nowadays, just to avoid namespace clashes (all the good function names are taken). Packages already prevent namespace clashes. Why add the overhead and complexity of objects? My pe

Re: OO perl programming

2014-02-13 Thread Robert Wohlfarth
On Thu, Feb 13, 2014 at 2:46 PM, Jim Gibson wrote: > CPAN modules should be OO nowadays, just to avoid namespace clashes (all > the good function names are taken). > Packages already prevent namespace clashes. Why add the overhead and complexity of objects? My personal rule of thumb is that obj

Re: OO perl programming

2014-02-13 Thread Jim Gibson
On Feb 13, 2014, at 12:27 PM, Uri Guttman wrote: > On 02/13/2014 12:39 PM, Janek Schleicher wrote: >> Am 05.02.2014 23:30, schrieb kavita kulkarni: >>> Can somebody suggest me good book to learn/practice object oriented Perl >>> programming. >> >> The us

Re: OO perl programming

2014-02-13 Thread Shawn H Corey
On Thu, 13 Feb 2014 15:27:28 -0500 Uri Guttman wrote: > On 02/13/2014 12:39 PM, Janek Schleicher wrote: > > Am 05.02.2014 23:30, schrieb kavita kulkarni: > >> Can somebody suggest me good book to learn/practice object > >> oriented Perl programming. > >

Re: OO perl programming

2014-02-13 Thread Uri Guttman
On 02/13/2014 12:39 PM, Janek Schleicher wrote: Am 05.02.2014 23:30, schrieb kavita kulkarni: Can somebody suggest me good book to learn/practice object oriented Perl programming. The usual answer is to study computer science. OO programming is the same independet of language. actually

Re: OO perl programming

2014-02-13 Thread Janek Schleicher
Am 05.02.2014 23:30, schrieb kavita kulkarni: Can somebody suggest me good book to learn/practice object oriented Perl programming. The usual answer is to study computer science. OO programming is the same independet of language. Greetings, Janek -- To unsubscribe, e-mail: beginners

Re: OO perl programming

2014-02-10 Thread Rob Dixon
On 07/02/2014 01:11, Sam wrote: The oreilly "Learning Perl" teaches one to use the ampersand when calling subroutines, which most perl'ers will disagree with. I did it for years with out even questioning it until it bit me because I had read that book. I believe that most of the recent dislike

Re: OO perl programming

2014-02-07 Thread timothy adigun
Hi On Fri, Feb 7, 2014 at 2:11 AM, Sam wrote: > On 02/06/2014 12:00 PM, Frank Landry wrote: > >> any of the oreilly books >> >> >> Frank N. Landry >> > > The oreilly "Learning Perl" teaches one to use the ampersand when calling > subroutines, Which edition of "Learning Perl" are you using

Re: OO perl programming

2014-02-06 Thread Sam
On 02/06/2014 12:00 PM, Frank Landry wrote: any of the oreilly books Frank N. Landry The oreilly "Learning Perl" teaches one to use the ampersand when calling subroutines, which most perl'ers will disagree with. I did it for years with out even questioning it until it bit me because I had

Re: OO perl programming

2014-02-06 Thread Manfred Lotz
at 6:48 PM, Shlomi Fish > wrote: > > > Hi Kavita, > > > > welcome aboard. > > > > On Wed, 5 Feb 2014 14:30:53 -0800 > > kavita kulkarni wrote: > > > > > Can somebody suggest me good book to learn/practice object > > > oriented Perl pr

Re: OO perl programming

2014-02-06 Thread Frank Landry
any of the oreilly books On Thu, Feb 6, 2014 at 9:50 AM, lesleyb wrote: > On Wed, Feb 05, 2014 at 11:52:39PM -0600, Sam wrote: > > On 02/05/2014 04:30 PM, kavita kulkarni wrote: > > >Can somebody suggest me good book to learn/practice object oriented Per

Re: OT: Acronyms (Was: OO perl programming)

2014-02-06 Thread Kevin Monceaux
On Thu, Feb 06, 2014 at 01:48:06PM +0200, Shlomi Fish wrote: > A few days ago I was chatting on ##programming on Freenode, when I tried > to help someone and he used the "mf" (in lowercase) several times. I > thought it meant “motherfer”, but it turned out to stand for “my > fault” (i.e: http

Re: OO perl programming

2014-02-06 Thread 'lesleyb'
On Wed, Feb 05, 2014 at 11:52:39PM -0600, Sam wrote: > On 02/05/2014 04:30 PM, kavita kulkarni wrote: > >Can somebody suggest me good book to learn/practice object oriented Perl > >programming. > > > > > >Regards, > >Kavita :-) > > > Beginning Perl

Re: OO perl programming

2014-02-06 Thread Shaji Kalidasan
Hi Kavita, Here is a good starting point for OO Perl. Further, you can purchase a copy of Object Oriented Perl by Damian Conway at Amazon. (Please follow the second Link)

Re: OO perl programming

2014-02-06 Thread Shlomi Fish
Hi Omega, On Wed, 5 Feb 2014 19:05:37 -0500 Omega -1911 <1911...@gmail.com> wrote: > "TIMTOWTDO" = There is more than one way to do than otherwise (told) > thanks for expanding the acronym! I decided to avoid using acronyms as much as possible, ever since I read this page: * http://web.arc

Re: OO perl programming

2014-02-06 Thread Shlomi Fish
Hi Omega, On Wed, 5 Feb 2014 19:00:12 -0500 Omega -1911 <1911...@gmail.com> wrote: > I really think the quoting that you own a resource for beginners is > outdated. Why should you have to reveal you own a site that helps people? Well, I think you've seen that in the past someone here had issues

Re: OO perl programming

2014-02-05 Thread Sam
On 02/05/2014 04:30 PM, kavita kulkarni wrote: Can somebody suggest me good book to learn/practice object oriented Perl programming. Regards, Kavita :-) Beginning Perl by Curtis Poe is a really good read. Also there are many tutorials for perl moose online. Sam -- To unsubscribe, e

Re: OO perl programming

2014-02-05 Thread Charles DeRykus
On Wed, Feb 5, 2014 at 2:30 PM, kavita kulkarni wrote: > Can somebody suggest me good book to learn/practice object oriented Perl > programming. > > With a recently modern perl, I'd start with perl's own tutorial to get a short overview. See: perldoc perlootut An

Re: OO perl programming

2014-02-05 Thread Omega -1911
: > >> Hi Kavita, >> >> welcome aboard. >> >> On Wed, 5 Feb 2014 14:30:53 -0800 >> kavita kulkarni wrote: >> >> > Can somebody suggest me good book to learn/practice object oriented Perl >> > programming. >> > >> >>

Re: OO perl programming

2014-02-05 Thread Omega -1911
, WHY are there those that argue? #Getoverit On Wed, Feb 5, 2014 at 6:48 PM, Shlomi Fish wrote: > Hi Kavita, > > welcome aboard. > > On Wed, 5 Feb 2014 14:30:53 -0800 > kavita kulkarni wrote: > > > Can somebody suggest me good book to learn/practice object oriented

Re: OO perl programming

2014-02-05 Thread Shlomi Fish
Hi Kavita, welcome aboard. On Wed, 5 Feb 2014 14:30:53 -0800 kavita kulkarni wrote: > Can somebody suggest me good book to learn/practice object oriented Perl > programming. > First of all see: http://perl-begin.org/topics/object-oriented/ (Note: I originated and maintain perl-begi

OO perl programming

2014-02-05 Thread kavita kulkarni
Can somebody suggest me good book to learn/practice object oriented Perl programming. Regards, Kavita :-)

Re: Free Fundamentals of Perl Programming course

2012-03-27 Thread Uri Guttman
On 03/27/2012 02:37 AM, 'lesleyb' wrote: Hi Came across this http://alison.com/courses/Perl-Programming?utm_source=outbound+marketing&utm_medium=email&utm_campaign=new_courses_11_perl_programming A Fundamentals of Perl Programming course by Mark Berman. Seems to cove

Re: Free Fundamentals of Perl Programming course

2012-03-27 Thread Randal L. Schwartz
>>>>> "'lesleyb'" == 'lesleyb' writes: 'lesleyb'> http://alison.com/courses/Perl-Programming?utm_source=outbound+marketing&utm_medium=email&utm_campaign=new_courses_11_perl_programming I like how the modules isn't even so

Free Fundamentals of Perl Programming course

2012-03-26 Thread 'lesleyb'
Hi Came across this http://alison.com/courses/Perl-Programming?utm_source=outbound+marketing&utm_medium=email&utm_campaign=new_courses_11_perl_programming A Fundamentals of Perl Programming course by Mark Berman. Seems to cover the basics but I haven't exactly gone through i

Re: The Perl Programming Language

2012-01-28 Thread Jeff Peng
On Sun, 22 Jan 2012 13:47:26 +, Lívio Cipriano wrote: Hi, I'm new to Perl but old in other programming languages. Is there a equivalent book in Perl as to the The C Programming Language? Regards Lívio Cipriano http://backpan.perl.org/authors/id/Q/QU/QUONG/perlin20.html A guide to Perl 5

Re: The Perl Programming Language

2012-01-22 Thread Ron Wingfield
I've also found the O'Reilly publications, _CGI programming with Perl_, and _Programming the Perl DBI_ very helpful. Shlomi Fish wrote: Hello Lívio, On Sun, 22 Jan 2012 13:47:26 + Lívio Cipriano wrote: Hi, I'm new to Perl but old in other programming languages. Is there a equivale

Re: The Perl Programming Language

2012-01-22 Thread Shlomi Fish
Hello Lívio, On Sun, 22 Jan 2012 13:47:26 + Lívio Cipriano wrote: > Hi, > > I'm new to Perl but old in other programming languages. Is there a equivalent > book in Perl as to the The C Programming Language? > the canonical book about Perl is Programming Perl by Larry Wall et al. There we

Re: The Perl Programming Language

2012-01-22 Thread Shawn H Corey
On 12-01-22 08:47 AM, Lívio Cipriano wrote: Hi, I'm new to Perl but old in other programming languages. Is there a equivalent book in Perl as to the The C Programming Language? Yes, try: http://www.perl.org/books/library.html -- Just my 0.0002 million dollars worth, Shawn Programming

The Perl Programming Language

2012-01-22 Thread Lívio Cipriano
Hi, I'm new to Perl but old in other programming languages. Is there a equivalent book in Perl as to the The C Programming Language? Regards Lívio Cipriano -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Query in Perl Programming

2009-02-24 Thread Owen
On Tue, 24 Feb 2009 09:58:00 + "S, Rajini (STSD)" wrote: > > My code in the program is : That all seems to work. If you ever have problems getting a program to work, it is often advisable to add some debugging aids, and I have added a few to your code below so you might get the idea. uni

Re: Query in Perl Programming

2009-02-24 Thread Chas. Owens
shift; >    $dmy[1] = $month_num{lc $dmy[1]} || 0; > >    return timelocal(0, 0, 0, @dmy) / (24 * 60 * 60); >  } > } > > > -Rajini > > > > > >>-Original Message- >>From: Rob Dixon [mailto:rob.di...@gmx.com] >>Sent: Tuesday, Feb

RE: Query in Perl Programming

2009-02-24 Thread S, Rajini (STSD)
- >From: Rob Dixon [mailto:rob.di...@gmx.com] >Sent: Tuesday, February 24, 2009 4:40 AM >To: Perl Beginners >Cc: S, Rajini (STSD) >Subject: Re: Query in Perl Programming > >S, Rajini (STSD) wrote: >> From: Owen [mailto:rc...@pcug.org.au] >>> S, Rajini (STSD) wrote: >&g

Re: Query in Perl Programming

2009-02-23 Thread Rob Dixon
S, Rajini (STSD) wrote: > From: Owen [mailto:rc...@pcug.org.au] >> S, Rajini (STSD) wrote: >>> >>> When I included the below code in my script, I am getting below >>> errors. >>> >>> Use of uninitialized value in integer ge (>=) at >>> /usr/local/lib/perl5/5.8.0/Time/Local.pm line 73. >>> Use

Re: Query in Perl Programming

2009-02-23 Thread Chas. Owens
On Mon, Feb 23, 2009 at 06:01, S, Rajini (STSD) wrote: snip > Still I get the message : syntax OK snip Odd, I am getting: Global symbol "$days1" requires explicit package name at z.pl line 5. Global symbol "$days2" requires explicit package name at z.pl line 6. Global symbol "$day" requires expl

RE: Query in Perl Programming

2009-02-23 Thread S, Rajini (STSD)
>> >> Yeah, the script posted below is part of the code In my script. >> >> After including the below code, when I ran the script, I am getting >> the "uninitialized value" errors. > > > >Nope > > >Do the following > > >Copy the code you posted to a new file > >add #!/usr/bin/perl to the first l

RE: Query in Perl Programming

2009-02-22 Thread Owen
> > Yeah, the script posted below is part of the code > In my script. > > After including the below code, when I ran the script, > I am getting the "uninitialized value" errors. Nope Do the following Copy the code you posted to a new file add #!/usr/bin/perl to the first line then run perl

RE: Query in Perl Programming

2009-02-22 Thread S, Rajini (STSD)
y 23, 2009 12:03 PM >To: S, Rajini (STSD) >Cc: Perl Beginners >Subject: RE: Query in Perl Programming > >> >> #perl -c

RE: Query in Perl Programming

2009-02-22 Thread Owen
> > #perl -c

RE: Query in Perl Programming

2009-02-22 Thread S, Rajini (STSD)
#perl -c

RE: Query in Perl Programming

2009-02-22 Thread Owen
> > Hi Owen, > > My code is as follows : > > use strict; > use warnings; > use Time::Local; > > $days1 = epoch_days('30-Jan-09'); > $days2 = epoch_days('16-Feb-09'); > > $day = $days1 - $days2; > > print "Difference: @{[$days1 - $days2]} days\n"; > > BEGIN { > > my %month_num = do { > my $n =

RE: Query in Perl Programming

2009-02-22 Thread S, Rajini (STSD)
en [mailto:rc...@pcug.org.au] >Sent: Monday, February 23, 2009 10:08 AM >To: S, Rajini (STSD) >Cc: Rob Dixon; Perl Beginners >Subject: RE: Query in Perl Programming > >> >> Hi Rob, >> >> When I included the below code in my script, I am getting below >&

RE: Query in Perl Programming

2009-02-22 Thread Owen
> > Hi Rob, > > When I included the below code in my script, I > am getting below errors. > > Use of uninitialized value in integer ge (>=) at > /usr/local/lib/perl5/5.8.0/Time/Local.pm line 73. > Use of uninitialized value in integer lt (<) at > /usr/local/lib/perl5/5.8.0/Time/Local.pm line 73.

RE: Query in Perl Programming

2009-02-22 Thread S, Rajini (STSD)
gt;From: Rob Dixon [mailto:rob.di...@gmx.com] >Sent: Friday, January 30, 2009 5:32 PM >To: Perl Beginners >Cc: S, Rajini (STSD) >Subject: Re: Query in Perl Programming > >S, Rajini (STSD) wrote: >> >> Hi Rob, >> >> When I set the date to 30-Jan-2009 and run the

Re: Query in Perl Programming

2009-01-30 Thread Rob Dixon
S, Rajini (STSD) wrote: > > Hi Rob, > > When I set the date to 30-Jan-2009 and run the code given below, > > Eg : > > When dates are set as : > > my $days1 = epoch_days('30-Jan-09'); > my $days2 = epoch_days('29-Feb-2009'); > > I get the below error. > > hpcll402:/home/raji/perl>./

RE: Query in Perl Programming

2009-01-30 Thread S, Rajini (STSD)
2009 4:43 PM >To: S, Rajini (STSD) >Cc: Perl Beginners >Subject: RE: Query in Perl Programming > >> >> Get the same error, when the date is set to >> >> my $days1 = epoch_days('30-Jan-09'); >> my $days2 = epoch_days('14-Feb-2009'); >

RE: Query in Perl Programming

2009-01-30 Thread Owen
-Original Message- >>From: Owen [mailto:rc...@pcug.org.au] >>Sent: Friday, January 30, 2009 4:09 PM >>To: S, Rajini (STSD) >>Cc: Perl Beginners >>Subject: RE: Query in Perl Programming >> >>> >>> Hi Rob, >>> >>> When I set the

RE: Query in Perl Programming

2009-01-30 Thread S, Rajini (STSD)
;Sent: Friday, January 30, 2009 4:09 PM >To: S, Rajini (STSD) >Cc: Perl Beginners >Subject: RE: Query in Perl Programming > >> >> Hi Rob, >> >> When I set the date to 30-Jan-2009 and run the code given below, >> >> Eg : >> >> When d

RE: Query in Perl Programming

2009-01-30 Thread Owen
> > Hi Rob, > > When I set the date to 30-Jan-2009 and run the code given below, > > Eg : > > When dates are set as : > > my $days1 = epoch_days('30-Jan-09'); > my $days2 = epoch_days('29-Feb-2009'); > > I get the below error. > > hpcll402:/home/raji/perl>./date2.pl > Day '30' out of range 1..2

RE: Query in Perl Programming

2009-01-30 Thread S, Rajini (STSD)
out of range 1..28 at ./date2.pl line 35 -Rajini >-Original Message- >From: S, Rajini (STSD) >Sent: Friday, January 30, 2009 9:50 AM >To: Rob Dixon; Perl Beginners >Subject: RE: Query in Perl Programming > > >Thanks Rob, the solution which you suggeste

RE: Query in Perl Programming

2009-01-29 Thread S, Rajini (STSD)
Thanks Rob, the solution which you suggested works fine. -Rajini >-Original Message- >From: Rob Dixon [mailto:rob.di...@gmx.com] >Sent: Wednesday, January 28, 2009 5:45 PM >To: Perl Beginners >Cc: S, Rajini (STSD) >Subject: Re: Query in Perl Programming > &g

Re: Query in Perl Programming

2009-01-28 Thread Gunnar Hjalmarsson
Rob Dixon wrote: S, Rajini (STSD) wrote: From: Gunnar Hjalmarsson [mailto:nore...@gunnar.cc] Your particular problem can be easily solved using only a module that is included in the standard Perl distribution. use Date::Parse; my $time1 = str2time '26-Jan-2009'; my $time2 = str2

Re: Query in Perl Programming

2009-01-28 Thread Rob Dixon
S, Rajini (STSD) wrote: > From: Gunnar Hjalmarsson [mailto:nore...@gunnar.cc] >> S, Rajini (STSD) wrote: >>> >>> I am new to Perl Programming and have a query in perl. >>> >>> In perl is there any system defined functions to find out the >>&

RE: Query in Perl Programming

2009-01-28 Thread S, Rajini (STSD)
42 PM >To: beginners@perl.org >Subject: Re: Query in Perl Programming > >S, Rajini (STSD) wrote: >> Hi, >> >> I am new to Perl Programming and have a query in perl. >> >> In perl is there any system defined functions to find out the >> Differences in

Re: Query in Perl Programming

2009-01-27 Thread Gunnar Hjalmarsson
S, Rajini (STSD) wrote: Hi, I am new to Perl Programming and have a query in perl. In perl is there any system defined functions to find out the Differences in dates. Eg : Date 1 -> 26-Jan-2009 Date 2 -> 14-Jan-2009 So the difference between two dates is 12 days. Is there a

Re: Query in Perl Programming

2009-01-27 Thread rhosto
On Jan 26, 9:37 pm, rajin...@hp.com (Rajini S) wrote: > Hi, > > I am new to Perl Programming and have a query in perl. > > In perl is there any system defined functions to find out the > Differences in dates. > > Eg : > > Date 1 -> 26-Jan-2009 > Date 2 -> 14

Re: Query in Perl Programming

2009-01-26 Thread Erez Schatz
2009/1/27 S, Rajini (STSD) : > > In perl is there any system defined functions to find out the > Differences in dates. > Not as such. There are ways to do it by using Date:: modules, like Date::Manip, Date::Calc, or DateTime. Try the following links for more detailed information about the how. h

Query in Perl Programming

2009-01-26 Thread S, Rajini (STSD)
Hi, I am new to Perl Programming and have a query in perl. In perl is there any system defined functions to find out the Differences in dates. Eg : Date 1 -> 26-Jan-2009 Date 2 -> 14-Jan-2009 So the difference between two dates is 12 days. Is there a way to achieve this wi

Perl Programming -help please

2006-08-22 Thread ravi reddy
Hi Perl lovers, I am a newbee to perl studiying perl manuals since 20 days and started little programing on additions and regexps and so, on... Here i need a suggestion from you guys regarding the mysql database and writing a script on RAW CDRs so that i can make billing on that

Installing Net::FTP on Solaris (was: Re: Effective Perl Programming - Still valid, dated 1998?)

2005-02-16 Thread Wiggins d'Anconia
Please start a new thread when sending an unrelated question, don't reply to a previous thread to prevent being ignored. Pablo Wolter wrote: Hi, I have a stupid question to you guys; I need to install Net::Ftp module on a solaris production machine and feeling insecure to screw up the system in

Re: Effective Perl Programming - Still valid, dated 1998?

2005-02-16 Thread Gavin Henry
>> "Gavin" == Gavin Henry <[EMAIL PROTECTED]> writes: > > Gavin> I suppose certain parts of Perl, i.e. the fundamentals don't > Gavin> change, so it is probably worth it. > > There are definitely some timeless parts, but there are also > some parts that have better solutions now. > > Gavin> Sh

Re: Effective Perl Programming - Still valid, dated 1998?

2005-02-15 Thread Pablo Wolter
Hi, I have a stupid question to you guys; I need to install Net::Ftp module on a solaris production machine and feeling insecure to screw up the system installing the wrong one. How can I now wich module version to install? I do that all the time on my linux machine, but this time is a productio

Re: Effective Perl Programming - Still valid, dated 1998?

2005-02-15 Thread Randal L. Schwartz
> "Gavin" == Gavin Henry <[EMAIL PROTECTED]> writes: Gavin> I suppose certain parts of Perl, i.e. the fundamentals don't Gavin> change, so it is probably worth it. There are definitely some timeless parts, but there are also some parts that have better solutions now. Gavin> Should I buy this

Effective Perl Programming - Still valid, dated 1998?

2005-02-15 Thread Gavin Henry
Dear all, I like the look of this book and I wanted to know if it is still valid for today's Perl: http://www.amazon.co.uk/exec/obidos/ASIN/0201419750/ref=ase_stonehengeconsul/026-0149589-0073218 I suppose certain parts of Perl, i.e. the fundamentals don't change, so it is probably worth it. M

Re: Effective Perl Programming

2002-05-21 Thread Ask Bjoern Hansen
[EMAIL PROTECTED] (Beau E. Cox) writes: > Gee whiz - All I wanted were comments on the book... > Has anyone out there read it? Yes, of course. It's great. One thing I really liked about it when I read it[1] was that it's short usable snippets. Read it before falling asleep, or in the bathroom

RE: Effective Perl Programming

2002-05-20 Thread Jackson, Harry
I noticed that the london pm website was down so got the from Dean. Please see review below. H Elements of Programming With Perl Andrew L Johnson If you come from a non-programming background and you want to learn Perl go and buy this book. Now. The rest of the review will wait until you get ba

RE: Effective Perl Programming

2002-05-19 Thread Jonathan E. Paton
--- "Beau E. Cox" <[EMAIL PROTECTED]> wrote: > Gee whiz - All I wanted were comments on the book... > Has anyone out there read it? One day I was out walking in the woods... carrying a basket of food for granny... when I stumbed across: http://learn.perl.org/ there is a pair of book reviews, i

RE: Effective Perl Programming

2002-05-19 Thread Beau E. Cox
Gee whiz - All I wanted were comments on the book... Has anyone out there read it? Aloha - Beau. -Original Message- From: Jonathan E. Paton [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 19, 2002 10:46 AM To: [EMAIL PROTECTED] Subject: RE: Effective Perl Programming --- Timothy Johnson

RE: Effective Perl Programming

2002-05-19 Thread Jonathan E. Paton
--- Timothy Johnson <[EMAIL PROTECTED]> wrote: > I find that subtleties like Paul's are lost on the > majority of users and programmers alike out there. > I prefer the more direct method of: > > > ##

Effective Design in lieu of hearding coders - Re: Effective Perl Programming

2002-05-19 Thread drieux
On Sunday, May 19, 2002, at 12:25 , Timothy Johnson wrote: > I find that subtleties like Paul's are lost on the majority of users and > programmers alike out there. I prefer the more direct method of: [..] To be honest - herding coders is not a reasonable idea - and generically should be left

RE: Effective Perl Programming

2002-05-19 Thread Timothy Johnson
ETLY BE PLEASED WITH YOURSELF # FOR FINALLY USING THE WORD RUE IN A SENTENCE) -Original Message- From: drieux To: [EMAIL PROTECTED] Sent: 5/19/02 9:07 AM Subject: Re: Effective Perl Programming On Sunday, May 19, 2002, at 08:26 , Paul Johnson wrote: >> just because it may be corre

Re: Effective Perl Programming

2002-05-19 Thread drieux
On Sunday, May 19, 2002, at 08:26 , Paul Johnson wrote: >> just because it may be correct, still makes me nervous > > I actually find it to be quite a useful concept. One can make use of it > to ensure that people don't "accidently" add code or data at the end of > something that they shoul

Re: Effective Perl Programming

2002-05-19 Thread Paul Johnson
On Sat, May 18, 2002 at 03:48:30PM -0700, drieux wrote: > hence why we sometimes see > > sub fooBarbazBob { > my ( @arglist ) = @_; > > .. > > $retThing > } > > and it does not 'need' to have a ';' "delimiter since > it is the final ob

Re: Effective Perl Programming

2002-05-18 Thread John W. Krahn
Drieux wrote: > > On Saturday, May 18, 2002, at 03:08 , John W. Krahn wrote: > > > > A separator is required _between_ objects. A terminator is required _at > > the end of_ objects. A delimiter is required _at the beginning and end_ > > of objects. > > > > Quotation marks, braces, brackets, and

Re: Effective Perl Programming

2002-05-18 Thread drieux
On Saturday, May 18, 2002, at 03:08 , John W. Krahn wrote: [..] > > A separator is required _between_ objects. A terminator is required _at > the end of_ objects. A delimiter is required _at the beginning and end_ > of objects. > > Quotation marks, braces, brackets, and parenthesis are delimite

Re: Effective Perl Programming

2002-05-18 Thread John W. Krahn
Drieux wrote: > > On Saturday, May 18, 2002, at 12:53 , John W. Krahn wrote: > > > Semi-colons, like commas, are separators not terminators. > > fore the semantically disenabled, the distinction betwee > the notion of a 'separator' and a 'terminator' is what? A separator is required _between_

Re: Effective Perl Programming

2002-05-18 Thread drieux
On Saturday, May 18, 2002, at 12:53 , John W. Krahn wrote: > Semi-colons, like commas, are separators not terminators. fore the semantically disenabled, the distinction betwee the notion of a 'separator' and a 'terminator' is what? > > John > [0] sorry I'm keeping it. > [1] for you acronymly i

Re: Effective Perl Programming

2002-05-18 Thread John W. Krahn
"Beau E. Cox" wrote: > > Hi all - Hello, > I would like to recommend "Effective Perl Programming" by Joseph N. Hall > with Randal L, Schwartz, Addison-Wesley, 1998, ISBN 0-201-41975-0. Although > "old", it has really helped my style. Anyone want

Effective Perl Programming

2002-05-18 Thread Beau E. Cox
Hi all - I would like to recommend "Effective Perl Programming" by Joseph N. Hall with Randal L, Schwartz, Addison-Wesley, 1998, ISBN 0-201-41975-0. Although "old", it has really helped my style. I was raised with c. My early Perl efforts were very c-ish. For example, to p

Re: PERL Programming Standsrds Help : Urgent

2002-04-17 Thread drieux
Rajnish, et al, you ask a really tough question one that will not be that easy to answer as the responses have noted: On Tuesday, April 16, 2002, at 12:32 , Timothy Johnson wrote: > Standard #1 TIMTOWTDI :) 'thawak, thwack, thwack' - uh, hold it, that is orthodoxy... 8-)

RE: PERL Programming Standsrds Help : Urgent

2002-04-16 Thread Timothy Johnson
Standard #1 TIMTOWTDI :) -Original Message- From: Felix Geerinckx To: [EMAIL PROTECTED] Sent: 4/16/02 12:15 AM Subject: Re: PERL Programming Standsrds Help : Urgent on Tue, 16 Apr 2002 06:39:48 GMT, Rajnish_aggarwal wrote: > I am preparing a standards document for defining the P

Re: PERL Programming Standsrds Help : Urgent

2002-04-15 Thread Felix Geerinckx
on Tue, 16 Apr 2002 06:39:48 GMT, Rajnish_aggarwal wrote: > I am preparing a standards document for defining the PERL Coding > Standards. Any inputs on this will be highly welcome. I will post the > document on the list for the benefit of other once completed. Did you already try perld

PERL Programming Standsrds Help : Urgent

2002-04-15 Thread rajnish_aggarwal
HI , I am preparing a standards document for defining the PERL Coding Standards. Any inputs on this will be highly welcome. I will post the document on the list for the benefit of other once completed. Thanks, -Rajnish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: OO Perl programming.

2001-11-28 Thread terrence
Thanks, that's what I needed. thanks again. Cheers, Terrence -Original Message- From: Adam Turoff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 10:19 PM To: Terrence Chan Cc: [EMAIL PROTECTED] Subject: Re: OO Perl programming. On Wed, Nov 28, 2001 at 04:54:53PM

Re: OO Perl programming.

2001-11-28 Thread Adam Turoff
On Wed, Nov 28, 2001 at 04:54:53PM +0800, Terrence Chan wrote: > I'm new to OO Perl and I wonder if it is possible to implement Sigleton > pattern in OO perl. And how it is implemented. > > Any info/pointer is welcomed. Check out search.cpan.org for "singleton". You'll find this: http://search

OO Perl programming.

2001-11-28 Thread Terrence Chan
Hi, I'm new to OO Perl and I wonder if it is possible to implement Sigleton pattern in OO perl. And how it is implemented. Any info/pointer is welcomed. Thanks in advance. Terrence -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl programming

2001-06-22 Thread Chris Hedemark
ty well. Chris Hedemark - Hillsborough, NC http://yonderway.com - Original Message - From: "jaya kumaran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 6:31 AM Subject: Perl programming > > Hi all, > >Is perl progamming on windo

Re: Perl programming

2001-06-22 Thread Nigel Wetters
ish! Most perl will run equally well on Windows and Un*x machines. However, a few system-dependent calls exist (for example, POSIX::termios isn't implemented on Windows). You'll only likely to run into such issues when dealing with networking and transferring files across systems. Check out t

Perl programming

2001-06-22 Thread jaya kumaran
Hi all, Is perl progamming on windows is different from unix. Will i be able to run the perl script on both window and unix without any modification?? Thanks in advance, jaya k _ Get Free Fast Easy email from indiya.co

Re: Perl Programming Question

2001-05-23 Thread Adam Turoff
On Wed, May 23, 2001 at 03:32:18PM -0500, Tom Yarrish wrote: > Okay, in answer to your question, my background is mainly in > Network/System Administration. Starting on Windows systems, and then > moving into Unix/Linux systems after that. I've played around a bit with > VB and C++. I've never

RE: Perl Programming Question

2001-05-23 Thread Stephanie Stiavetti
67163514X/o/qid=990650800/sr=8-2/ref =aps_sr_b_1_2/104-3604238-6227928 -Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 1:15 PM To: Tom Yarrish; [EMAIL PROTECTED] Subject: Re: Perl Programming Question At 02:59 PM 5/23/01 -0500, Tom Yarrish wr

Re: Perl Programming Question

2001-05-23 Thread Paul
--- Tom Yarrish <[EMAIL PROTECTED]> wrote: > Hey all, > Been reading the list for a little while, and had sort of a > philosophy question for the group. I've been trying to learn Perl > for some time (in fact, my company has offered to pay for me to take > a Sun course on it). > In the mean time

Re: Perl Programming Question

2001-05-23 Thread Jeff Pinyan
On May 23, Tom Yarrish said: >Been reading the list for a little while, and had sort of a philosophy >question for the group. I've been trying to learn Perl for some time >(in fact, my company has offered to pay for me to take a Sun course on >it). In the mean time I've been reading through the

Re: Perl Programming Question

2001-05-23 Thread Tom Yarrish
Okay, in answer to your question, my background is mainly in Network/System Administration. Starting on Windows systems, and then moving into Unix/Linux systems after that. I've played around a bit with VB and C++. I've never had any problems with syntax, it's been the thought process behind it

Re: Perl Programming Question

2001-05-23 Thread Adam Turoff
On Wed, May 23, 2001 at 02:59:13PM -0500, Tom Yarrish wrote: > Hey all, > > Been reading the list for a little while, and had sort of a philosophy > question for the group. I've been trying to learn Perl for some > time (in fact, my company has offered to pay for me to take a Sun > course on it).

Re: Perl Programming Question

2001-05-23 Thread Peter Scott
At 02:59 PM 5/23/01 -0500, Tom Yarrish wrote: >What have people done/read/whatever >to "think" in a perl state of mind. Zen and the Art of Motorcycle Maintenance Illusions/Richard Bach Whack on the Side of the Head/van Oech Any Far Side collection >As I said, I've been trying for some time to le

Perl Programming Question

2001-05-23 Thread Tom Yarrish
Hey all, Been reading the list for a little while, and had sort of a philosophy question for the group. I've been trying to learn Perl for some time (in fact, my company has offered to pay for me to take a Sun course on it). In the mean time I've been reading through the standard Perl books (Lear