Hi,
I use the function getstore($url,$file) of LWP::Simple.
is somebody know the equivalent function with LWP::UserAgent and HTTP::Request (because I need to identify myself and I can't do it with LWP::Simple) ?
thanks,
Hi,
I'm parsing a XML file with XML::XPath.
with a command like :
$data = $row->find('/Names/Name')->string_value;
But how can I extract
this data - 559 - in <Category ID="559" :
<CategoriesList>
<Category ID="559" UNCATID="45111601" Searchable="0" >
<ParentCategory ID="558">...
Hi,
I'm trying to install a unicode module called unicode::map8 but I have a warning :
WARNING : PREREQUISITE unicode::map8 0 not found
What does this mean ? and how can i avoid this ?
Thanks
Hi,
I have a database (mysql) table of this type :
------------------------------------------------
code ## product ## URL_of_the_product_image
------------------------------------------------
ex : 124544 ## pen ## www.asiteweb.com/popo.JPEG...
Hi,
I'm using a script to extract data from a node of an XML document with (PERL) XML::XPath with a loop :
......
foreach my $row ($xp->findnodes('/Ensemble/item/Attributes')) {
# extract from the XML
my $code = $row->find('code')->string_value;
my $title =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.