use Data::Dumper; { local $Data::Dumper::Indent = 1; local $Data::Dumper::Deepcopy = 1; local $Data::Dumper::Sortkeys = 1; warn Dumper( $RS_UsersToRemind->Fields( 'idEnrollee' ) ); }