- or download this
The 2 cats and the dog.
The 8 cats and the 6 dogs.
...
#story fin #cats and dogs fin #sheep fin
- or download this
2
8
...
story
cats and dogs
sheep
- or download this
open(FILE, 'C:\Users\li\perl\animals.txt');
$/ = " ";
...
}
}
- or download this
open(FILE, 'C:\Users\li\perl\animals.txt');
...
}
}
- or download this
open(FILE, 'C:\Users\li\perl\animals.txt');
...
if( $string ~~ @patterns ) {
print "$1\n";
};