#!/usr/bin/perl use strict; use warnings; use Data::Dumper; my $hashref = do "hashref.txt"; print Dumper $hashref;