in reply to
Accessing Large Else-If Condition in a Separate Files
If you absolutely must use Perl code instead of a datafile, you can use
do
(the
do EXPR
form) to execute another file, e.g.,
do "mydata.pl"
.
Comment on
Re: Accessing Large Else-If Condition in a Separate Files
Select
or
Download
Code
In Section
Seekers of Perl Wisdom