You could use the constant pragma but it is not really saving you anything.
$ seq 1 6 > lines $ cat lines 1 2 3 4 5 6 $ perl -ne ' > use constant { I => 3, J => 5 }; > print if I .. J;' lines 3 4 5 $
I hope this is of interest.
Cheers,
JohnGG
In reply to Re^3: flip-flop interpolation
by johngg
in thread flip-flop interpolation
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |