in reply to Re^3: perl regular expressions
in thread perl regular expressions

Is there a way to read the hash value from a txt file ?

Replies are listed 'Best First'.
Re^5: perl regular expressions
by AppleFritter (Vicar) on Jun 24, 2014 at 20:16 UTC
    Well, yes. That's what Data::Undump is for, for instance. As shown above, it does the job, too, though it appears it is still a bit fussy about how that file must be formatted. (Anything not straight out of Data::Dumper might cause problems.)