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:
> >
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
>
> =
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 -
> -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
> -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
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