- or download this
while ($newline = <FILEHANDLE>){
- or download this
use strict;
use warnings;
- or download this
while (my $newline = <FILEHANDLE>){
- or download this
if ($newline = /^>/) {
- or download this
if ($newline =~ /^>/) {
- or download this
$stuff = $newline;
&play_with($stuff);