BEGIN { open FH, 'my_db' or die "Cannot open my_db: $!"; my @book = split /,/, ; sub address_book { return \@book } }