in reply to Re^2: Changing Hash value in .pm filein thread Changing Hash value in .pm file
use Data::Dumper; print $fh Data::Dumper->new([ $studentInfo ], [qw( $studentInfo )]) ->Purity(1) ->Useqq(1) ->Dump(); [download]