in reply to Re^4: collect data from web pages and insert into mysql
in thread collect data from web pages and insert into mysql
See perlop.
A great way to find out why Perl does not "seem to run" your code is to look at the error messages that Perl produces. They are output not by Perl to spite you, but for your information and usually contain enough information to find the corresponding cause. For example, they usually contain a line number.
If you feel overwhelmed by the error message that Perl gives you, instead of trying to understand and resolve the error yourself, you could tell others the error message you get and ask them for advice. Maybe now is the right time to try that approach?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: collect data from web pages and insert into mysql
by SteinerKD (Acolyte) on Aug 03, 2010 at 00:49 UTC |