in reply to Using # inside qw()
- Milleruse strict; use warnings; my @c = do { no warnings 'qw'; qw' # % ( / 3 6 7 @ B C G Q R ^ s t ~ ' }; print $c[2];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using # inside qw()
by Anonymous Monk on Aug 16, 2014 at 08:11 UTC |