in reply to Re^2: perl error
in thread perl error
I would suggest giving Modern Perl or Learning Perl and Programming Perl a good read to get down some of the fundamentals.
Update: Also you set $a and $b to values, then immediately set them to int($phi) and int($psi) which are undefined. If you were running with strict and warnings the compiler would have shown you that.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: perl error
by topaz (Initiate) on Jul 29, 2011 at 00:29 UTC |