in reply to XML Simple
The module xml::simple is not load
use XML::Simple;
You might need to install XML::Simple. Since you are new to Perl, the recommendation is to use another XML parser.
How format numbers (1246633 => 1 246 633)From http://perldoc.perl.org/perlfaq5.html#How-can-I-output-my-numbers-with-commas-added%3f: Number::Format
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: XML Simple
by Arenas (Novice) on May 31, 2015 at 14:28 UTC | |
by FreeBeerReekingMonk (Deacon) on May 31, 2015 at 22:14 UTC | |
by Arenas (Novice) on Jun 01, 2015 at 09:16 UTC | |
by pme (Monsignor) on May 31, 2015 at 15:34 UTC |