Help for this page
while (defined($line = <IN>)) { push @data, split(' ', $line); } my $string = pack("d*", @data);
@data = <IN>;