gordonisnz
Programmer
Hi there
- Still on the quest for understanding MIME...
I'm using MIME:arser, & in one thing I see :-
my $results = $parser->results;
in the result / log file - I see :-
CONTENT -
MIME:arser::Results=HASH(0x85ffa88)
MIME::Entity=HASH(0x85ff980)
These are two results - Both Hashes :-
Ive tried to do a foreach loop - as a hash, & as an array - neither of them work.
How do you view a Hash, thats been stored in a variable ?
G.
- Still on the quest for understanding MIME...
I'm using MIME:arser, & in one thing I see :-
my $results = $parser->results;
in the result / log file - I see :-
CONTENT -
MIME:arser::Results=HASH(0x85ffa88)
MIME::Entity=HASH(0x85ff980)
These are two results - Both Hashes :-
Ive tried to do a foreach loop - as a hash, & as an array - neither of them work.
How do you view a Hash, thats been stored in a variable ?
G.