?$x = \((0..3));
As a general rule, I would recommend use of [0..10] instead of the capricious \(0..10), since the former is always a way to get an array ref (and is a char shorter), while the latter is usually a way to make a list of references.
In reply to Re^6: get a certain number of words from a line
by Roy Johnson
in thread get a certain number of words from a line
by js1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |