when calling functions, we need not include parantheses, and we're still able to pass a list.. like for eg: my_function "foo", "bar"; #this copies foo and bar into @_ of my_function.
but alternately the same assignment like @_ = "foo", "bar"; will omit "bar" from the list.. why is this? Thanks, Joel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/