Re: A very basic question

2006-02-10 Thread Avinash Sridhar
Hello again, Thanks for the tip, indeed it is the backquote vs the single quote issue, looked deeper into the program and observed, they did mention to be careful on this. thanks On 2/10/06, Chas Owens <[EMAIL PROTECTED]> wrote: > > On 2/10/06, Avinash Sridhar <[EMAIL PROTECTED]> wrote: > >

Re: A very basic question

2006-02-10 Thread Chas Owens
On 2/10/06, Avinash Sridhar <[EMAIL PROTECTED]> wrote: > Hi Thanks for the reply. I managed to write and execute my perl program. > > Now my next question is , I am following the learning perl Llama book. > > There in Chapter 1, there is a function used whose output is > > perldoc -u -f atan2 > > =

Re: A very basic question

2006-02-10 Thread Avinash Sridhar
Hi Thanks for the reply. I managed to write and execute my perl program. Now my next question is , I am following the learning perl Llama book. There in Chapter 1, there is a function used whose output is perldoc -u -f atan2 =over 8 =item atan2 Y,X Returns the arctangent of Y/X in the range -

RE: A very basic question

2006-02-10 Thread Brian Volk
> -Original Message- > From: Avinash Sridhar [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 09, 2006 1:41 PM > To: beginners@perl.org > Subject: A very basic question > > Hello All, > >I just joined this forum today and I dont know whether this particular > question has been p

RE: A very basic question

2006-02-09 Thread Toby Stuart
> -Original Message- > From: Avinash Sridhar [mailto:[EMAIL PROTECTED] > Sent: Friday, 10 February 2006 5:41 AM > To: beginners@perl.org > Subject: A very basic question > > > Hello All, > >I just joined this forum today and I dont know whether > this particular > question has been

Re: A very basic question

2006-02-09 Thread Xavier Noria
On Feb 9, 2006, at 19:40, Avinash Sridhar wrote: Hello All, I just joined this forum today and I dont know whether this particular question has been posted before. If it is please do let me know where i can get the answer from. I am using a Windows XP Professional box. Want to learn