Hi!
I've to write the contents of an URL to an XML file. The URL is :
[URL="http://www.cricinfo.co m/australia/content/player/8608.html"]
This page has statistics like "Batting and fielding averages", "Bowling averages". I've to write these to an XML file using Perl. I'm a C++ Programmer. I've no idea about this. Can any one tell me how to do this?
User Profile
Collapse
-
How to write to an XML File
-
Perl Magick Installation for Bugzilla
I am installing Perl Modules for Bugzilla using PPM installation on Windows XP. When I execute this command from Command prompt "ppm install PerlMagick", I get one error message which states that "ppm installation failed:Can't find any package that provide PerlMagick".
I've downloaded PerlMagick and ImageMagick. But I don't know where to place these packages and how to install them manually. Can any one... -
Memory Leak
void CPerspectiveDoc ::OnZoomto()
{
HTREEITEM selectednode = m_StructureView->GetTreeCtrl(). GetSelectedItem ();
CInsightNode* node = (CInsightNode*) m_StructureView->GetTreeCtrl(). GetItemData(sel ectednode);
if (node->GetFavTrans( ) != NiPoint3::ZERO)
{
NiCamera* Camera = GetCamera();
Camera->SetRotate(no de->GetFavRotate() );
Camera->SetTranslate(n ode->GetFavTrans()) ;...
No activity results to display
Show More