[EMAIL PROTECTED] wrote at Wed, 13 Aug 2003 15:22:59 -0600: >>>sub quickWrap { >>> my $data = @_[0]; >> >> >> You shouldn't use an array slice where you mean to use a single array >> element. >> > > Thanks for catching that, I should have really seen that one.
No, Perl should have seen it for you. You only have to ask for: use warnings; Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]