- or download this
while(<>){
chomp($_);
...
print OUTPUT "$_\n";
close(OUTPUT);
}
- or download this
while(<>){
chomp($_);
...
print WORDS "@${x}";
close(WORDS);
}
- or download this
($_='jjjuuusssttt annootthhrer
pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;