- or download this
my $header = <INFO>;
my $sequence;
...
local $/;
$sequence = <INFO>;
}
- or download this
$commentout = $commentout .= $position;
- or download this
$commentout = $commentout . $position;
- or download this
$commentout .= $position;
- or download this
my $commentout = '$' . $position;