in reply to Escapes and comments in Config::General
$ 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 $
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Escapes and comments in Config::General
by John M. Dlugosz (Monsignor) on Mar 22, 2011 at 14:23 UTC |