use warnings; @foo = qw( #foo bar,baz ); # Throw a warning; { no warnings 'qw'; @foo = qw( #foo bar,baz ); # Don't throw a warning; }
TGI says moo
In reply to Re^2: Hex to array conversion
by TGI
in thread Hex to array conversion
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |