windows process+memory info

2006-05-15 Thread brian bwarn
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

XML::Simple -- can't get anything to print from array

2006-07-24 Thread brian bwarn
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

RE: XML: :Simple -- can't print still: config problem?

2006-07-25 Thread brian bwarn
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