in reply to Badly need to call a function...:-)

In perl, you don't declare the subroutine names with parentheses. Remove them and ye shall be fine.
  • Comment on Re: Badly need to call a function...:-)

Replies are listed 'Best First'.
Re^2: Badly need to call a function...:-)
by Mabooka-Mabooka (Sexton) on Apr 16, 2005 at 22:04 UTC
    Wow! You know, this has hit me once already, - when I 1st tried Perl a few years ago:->). This time, I didn't declare the subroutine, only tried to call it, with an exact copy of another such call in the same file...:-)... MANY THANKS!