in reply to Re: Use of the => operator
in thread Use of the => operator
$ perl -we'use strict; @_ = (-foo, "bar")' $ perl -we'use strict; @_ = (foo, "bar")' Bareword "foo" not allowed while "strict subs" in use at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Use of the => operator
by etcshadow (Priest) on Aug 09, 2004 at 19:06 UTC | |
|
Re^3: Use of the => operator
by roju (Friar) on Aug 10, 2004 at 15:23 UTC | |
by Anonymous Monk on Aug 11, 2004 at 05:41 UTC |