in reply to Re^2: boolean IN(); function in perl like
in thread boolean IN(); function in perl like

You're correct about @_. From the Perl Predefined Variables page: "Within a subroutine, the array @_ contains the parameters passed to that subroutine."

/renz.
  • Comment on Re^3: boolean IN(); function in perl like