Re: Help me out....

2006-03-10 Thread Tom Phoenix
On 3/9/06, Rakesh Mishra <[EMAIL PROTECTED]> wrote: > well I have to prepare for the tech. interview for the post of Perl > Programmer (first time). When they ask you to write a Perl program, start with this: #!/usr/bin/perl use strict; use warnings; That much will probably count f

Re: Help me out....

2006-03-09 Thread Xavier Noria
On Mar 10, 2006, at 6:49, Rakesh Mishra wrote: I feel akward to ask this question, I know this is not the right place to ask this question. well I have to prepare for the tech. interview for the post of Perl Programmer (first time). I have tried google but not usefull, so any of you can sugest

Re: Help me out!!!

2004-03-04 Thread zsdc
Urvashi Mishra wrote: i am trying to implement multidimentional tree... and saw that a package called Tree::Nary already exits... i am use the above module and i am getting the following error ... Can't locate Tree/Nary.pm [EMAIL PROTECTED] < @INC contains: C:\perl\site\lib.> i have saved this mod

Re: Help me out!!!

2004-03-04 Thread Gary Stainburn
On Thursday 04 March 2004 1:17 pm, Urvashi Mishra wrote: > hi ! > > i am trying to implement multidimentional tree... and saw that a package > called Tree::Nary already exits... > > i am use the above module and i am getting the following error ... > Can't locate Tree/Nary.pm [EMAIL PROTECTED] < @I

Re: help me out please ..

2003-07-17 Thread zentara
On 17 Jul 2003 08:23:54 -, [EMAIL PROTECTED] (Vemulakonda Uday Bhaskar) wrote: >i am tring to tranfer files between two linux systems through >sftop > >i have installed the following modules : > >1. Download Net::FTP and Install >2. Download Net::SFTP . > >and the error displayed afte

RE: help me out please ..

2003-07-17 Thread wiggins
On 17 Jul 2003 08:23:54 -, "vemulakonda uday bhaskar" <[EMAIL PROTECTED]> wrote: > > hi all, > > i am tring to tranfer files between two linux systems through > sftop Please use a more descriptive subject line, "help me out please" is not te

RE: Help me out

2002-02-15 Thread John Edwards
post *all* the code you have so far, a sample of the input data and detail exactly what you are trying to do? Maybe then we can help some more. Thanks John -Original Message- From: Susan Aurand [mailto:[EMAIL PROTECTED]] Sent: 15 February 2002 15:14 To: [EMAIL PROTECTED] Subject: Re: Help m

Re: Help me out

2002-02-15 Thread Susan Aurand
I took your advice and added the following code to my source code. I want to print the students name to the result file regardless if I add a number on the end of the student name or not. I have tried putting the PRINT O at different location in this code. I can not get it to print to the result

Re: Help me out

2002-02-14 Thread Brett W. McCoy
On Thu, 14 Feb 2002, Matthew Peter Lyon wrote: > hey, leading off this... a question for the group... are the ways in > programming to solve problems / situations called 'design patterns' ? Well, sorta... 'design patterns' refers to a specific way of analyisng software design. It actually comes

Re: Help me out

2002-02-14 Thread Matthew Peter Lyon
<[EMAIL PROTECTED]> To: "Yacketta, Ronald" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 3:48 PM Subject: RE: Help me out > Yeah I agree, I owe about 5 perl books and have read them all but still find > it difficult to code the most basic

RE: Help me out

2002-02-14 Thread Dennis G. Wicks
NO! Don't use Matt's Script Archive!!! That code is old and full of errors. Go to http://nms-cgi.sourceforge.net/ and you will find "the rest of the story" and equivalent scripts that are well written and tested. Also, check out http://perl.about.com/ for some good

RE: Help me out

2002-02-14 Thread Naika - EV1
2:04 PM To: 'Naika - EV1' Subject: RE: Help me out If you learn by seeing then look at other people's code to learn. Correct their mistakes, make the code more efficient and easier to read/understand. I learned Perl 3 years ago and that was with Perl4. I didn't really learn

RE: Help me out

2002-02-14 Thread Timothy Johnson
- From: Richard Crawford [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 1:57 PM To: Naika - EV1 Cc: Yacketta, Ronald; [EMAIL PROTECTED] Subject: RE: Help me out The books that Matthew suggested are excellent resources, I've found (though I would also recommend "Programming

RE: Help me out

2002-02-14 Thread Richard Crawford
ng on the artistic side of the mind. > > - Naika > http://www.naikaonline.com > > > > -Original Message- > From: Yacketta, Ronald [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 8:50 AM > To: [EMAIL PROTECTED] > Subject: RE: Help me out > > >

RE: Help me out

2002-02-14 Thread Naika - EV1
PROTECTED] Subject: RE: Help me out its that simple? WoW! I must have fubarbed somewhere, I have those books as well as several others and hell I am not even close to be a pro!/me dreams about the day I can be a perl gawd like Randel (spelling) -Ron > -Original Message- > From: Ma

RE: Help me out

2002-02-14 Thread Yacketta, Ronald
TECTED]] > Sent: Thursday, February 14, 2002 11:49 > To: amrinder singh; [EMAIL PROTECTED] > Subject: Re: Help me out > > > get the O'Riley learning perl book > get the black book > get the cookbook ( O'Riley ) > > you'll be a pro. > >

Re: Help me out

2002-02-14 Thread Matthew Peter Lyon
get the O'Riley learning perl book get the black book get the cookbook ( O'Riley ) you'll be a pro. - Original Message - From: "amrinder singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 12:24 PM Subject: Help me out > I have just started learning per

RE: Help me out

2002-02-14 Thread Aaron Shurts
Thursday, February 14, 2002 6:45 AM To: 'amrinder singh'; [EMAIL PROTECTED] Subject: RE: Help me out I really suggest the O'Reilly books, "Learning Perl" 3rd edition. ISBN 0-596-00132-0 Also go to www.CPAN.org, and follow the FAQ on what you need to run a Perl environmen

RE: Help me out

2002-02-14 Thread Victoria Elliott
I really suggest the O'Reilly books, "Learning Perl" 3rd edition. ISBN 0-596-00132-0 Also go to www.CPAN.org, and follow the FAQ on what you need to run a Perl environment on your system. After you've setup an environment, you can start by running some examples in the book to get a grasp. V