- or download this
open IN, "<", $file or die "Can't open file $file: $!";
my %data;
...
$data{$.} = $number;
}
}
- or download this
if(1 .. 2 or 6 .. 8) {
- or download this
while(<DATA>) {
if(1 .. 2 or 6 .. 8) {
...
eight
nine
ten
- or download this
if(1 .. 2 or 4 == $. or 6 .. 8) {
- or download this
if(1 .. 2 or 4 .. 4 or 6 .. 8) {