Hello,
Can someone please point me to a module that will
enable me to capture the process and memory info
normally displayed in the Windows task manager?
Thanks, BW
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
ht
I'm just starting out with XML::Simple and can't get
any output to display to STDOUT. What am I missing?
---
Source XML snippet:
---
---
Perl code:
# use modules
use XML::Simple;
use Dat
t "before loop ...\n";
> foreach $d
> (@{$data->{dataschema}->{includes}->{include}}) {
> print "in \$d loop ...\n";
> print $d->{name}, "\n";
>
> }
> print "finished\n";
>
>
>
> with warm regards,
> Venkat Sarana