Can you please supply your current code and the input file? This would allow us to see what you are doing and possible help. Thanks.
Mark...
User Profile
Collapse
-
there is a good promptUser script that I found on the internet. I am copying it here. You'll figure out how to use it.
Good luck,
Mark
...Code:#!/usr/bin/perl #----------------------------------------------------------------------# # Copyright 1998 by DevDaily Interactive, Inc. All Rights Reserved. # #----------------------------------------------------------------------#
Leave a comment:
-
You could use something like the following code to get at the data:
I might be a little off in the 'valueof' statement, based on your XML. ...Code:... @items = $xml->valueof('//Message/Deliveries/Delivery'); foreach my $item (@items) { print "Delivery to: $item->{'DeliveryName']"; print "Delivery Status is: $item->{'DeliveryStatus']"; }; ...Leave a comment:
No activity results to display
Show More
Leave a comment: