- or download this
open(my $fh_x, '<', 'x') or die $!;
while (<$fh_x>) {
...
print $fh_out ("$linex$liney\n");
}
}
- or download this
open(my $fh_x, '<', 'x') or die $!;
while (<$fh_x>) {
...
}
$pm->finish
}
- or download this
my @y;
{
...
print $fh_out ("$linex$liney\n");
}
}
- or download this
my @y;
{
...
}
$pm->finish
}