• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Software Script to Access Webpages

I want to write a software script, possibly in perl, to access webpages directly from internet, format and store it. I would prefer to run this software on my linux pc. I am not very good with different softwares but I am at an intermediate stage with perl. Can anyone tell me how to get started writing this software in the simplest and east way. Any links welcome. Thanks.
 
Take a look at wget - it may be all you need.
Onother library to consider is CURL
Lynx also has a nice scripting feature that I've used to automate access.
 
Back
Top