If you cannot modify the config file, then none of the suggestions here will help. Perhaps you could use eval instead of do?
use strict; use warnings; use Data::Dumper; my ($content); { open my $fh,'<','work.conf' or die $!; local $/; $content = <$fh>; } my $config = eval $content; print Dumper(\$config);
In reply to Re^3: Recover a path from a config file
by GotToBTru
in thread Recover a path from a config file
by Chaoui05
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |