Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Parsing HTML files

by ww (Archbishop)
on Nov 17, 2010 at 22:42 UTC ( [id://872074]=note: print w/replies, xml ) Need Help??


in reply to Parsing HTML files

What you really need is a little guidance and a lot of self-help... and perhaps a bit of reading about the local norms; that is, On asking for help, How do I post a question effectively?, and I know what I mean. Why don't you?.

As to what kind of other help you need -- well, we're at a bit of a disadvantage here, as we don't have a really clear idea of the structure of the HTML; any notion of how you obtained it (or do you need help downloading the webpage(s)?); what you have tried to accomplish your goal (or, IOW, are you bringing this plea to us because you ...

  1. ...know nothing about programming;
  2. ...don't know enough to find the errors in the code you wrote;
  3. ...have a problem comprehending some specific piece of documentation;
  4. ... or something else?

or, come to think of it, because you mistakenly believe PM is a free code-writing service?

And, BTW, along with sample data and your code, your might try to make your post somewhat less difficult to interpret ... and somewhat less like a badly paraphrased homework assignment. (If it is indeed "homework", disclosing that will also stand you in better stead than having us learn it later).

Replies are listed 'Best First'.
Re^2: Parsing HTML files
by ajju (Initiate) on Nov 17, 2010 at 23:08 UTC
    iam new to perl...
      Thank u ken and roboticus...ur messages are very helpful to me and gave me support...i will start in that way...
Re^2: Parsing HTML files
by ajju (Initiate) on Nov 17, 2010 at 23:06 UTC
    I just want to know how to accomplish this in perl...please given me some tips to start the code
      We just did.

      Oh! "to start the code" -- well, that's a different matter.

      We generally recommend starting with a hashbang line and a pair of strictures:

      #!/usr/bin/perl use strict; use warnings; (code goes here)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://872074]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-24 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found