use Storable; # store the links array in links.db store(\@links, "links.db"); # load the links array from links.db @links = @{ retieve("links.db") };