This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to output of dumper in thread regex issue
This seems like what you want:
#! /usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
my $str; do { local $/; $str = <DATA>; };
my $hash = { split /\s+/, $str };
print Dumper $hash;
__DATA__
ER
34
9YT
44
EE
66
_______________
DamnDirtyApe
Those who know that they are profound strive for clarity. Those who
would like to seem profound to the crowd strive for obscurity.
--Friedrich Nietzsche
|