in reply to Extracting information from XML file
#!/usr/bin/perl use strict; use warnings; use diagnostics; use XML::Simple; my $data = XMLin("/path/to/report.xml"); for ( @{ $data->{'report'} } ) { print "Report name: $_->{'report-name'}\n"; }
($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
=~y~b-v~a-z~s; print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extracting information from XML file
by Nesh (Beadle) on Apr 14, 2005 at 22:23 UTC | |
by Cody Pendant (Prior) on Apr 15, 2005 at 00:01 UTC |