WMW has asked for the wisdom of the Perl Monks concerning the following question:
----------------------------------------------------------my @output = @{$XML->{output}('name','eq',"$show"){frames}}; print "\n == Available Frame Formats For $show =="; foreach my $o (@output ){ print "\n $o->{format}"; }
janitored by ybiC: Balanced <code> tags around codeblock
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Smart 1.4.x vs 1.5.x
by samtregar (Abbot) on Apr 26, 2004 at 20:51 UTC | |
|
Re: XML::Smart 1.4.x vs 1.5.x
by gmpassos (Priest) on Apr 27, 2004 at 11:23 UTC | |
by WMW (Initiate) on Apr 27, 2004 at 13:08 UTC |