Help for this page
my $file = '1174639.conf'; my $buf = `cat $file`; my @conf; eval( $buf );
my @conf = do '1174639.conf';
# set up the @conf array my(@conf); ... else{ @conf = @default_conf; }