# identity.pm package id; use strict; use warning; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw (%id); our $id = ( Name => "Sally", Age => "23"); );