in reply to Re^2: Repeating Code - there has GOT to be a better way!
in thread Repeating Code - there has GOT to be a better way!
my %Cmd; { no strict 'vars'; # you have a 'use strict;' line, right? %Cmd = do ("db/$name" . 'Cmd.pm'); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Repeating Code - there has GOT to be a better way!
by almut (Canon) on Apr 01, 2010 at 07:01 UTC | |
Re^4: Repeating Code - there has GOT to be a better way!
by Jenda (Abbot) on Apr 01, 2010 at 06:36 UTC |