User Profile

Collapse

Profile Sidebar

Collapse
rtr
rtr
Last Activity: Jun 25 '10, 05:50 AM
Joined: Oct 10 '06
Location: CHENNAI
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rtr
    started a topic How to write to an XML File
    in Perl

    How to write to an XML File

    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?
    See more | Go to post

  • rtr
    started a topic Perl Magick Installation for Bugzilla
    in Perl

    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...
    See more | Go to post

  • rtr
    started a topic Memory Leak
    in C

    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()) ;...
    See more | Go to post
No activity results to display
Show More
Working...