$ cat rcfile foo 16&\#x2032; roll $ $ cat 894796.pl #!/usr/bin/env perl use warnings; use strict; use Config::General; my $conf = Config::General->new('rcfile'); my %config = $conf->getall(); print $config{foo}, "\n"; $ ./894796.pl 16′ roll $
In reply to Re: Escapes and comments in Config::General
by toolic
in thread Escapes and comments in Config::General
by John M. Dlugosz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |