User Profile

Collapse

Profile Sidebar

Collapse
monkw
monkw
Last Activity: Feb 25 '08, 11:54 AM
Joined: Feb 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • monkw
    started a topic seek in text

    seek in text

    hi
    i have to find in html code some key worlds and write them to the file.
    html text looks like this:
    Code:
     ... >EUR/SEK 1:1</a></td><td><div id=aq_eursek_o>9.3055</div></td><td><div id=aq_eursek_h>9.3216</div></td><td><div id=aq_eursek_l>9.2905</div></td> ...
    and i need value that is after " id=aq_eursek_h> "

    ...
    See more | Go to post

  • monkw
    started a topic add to file

    add to file

    hi
    how to add some informations to file?
    i tryed like this:
    Code:
    if (!open (FILE, ">some_file.txt"))
    {
    	die "cant open file"
    }
    print FILE "hello world";
    but it overwriting informations no adding.
    how to solve that?
    See more | Go to post
No activity results to display
Show More
Working...