Re: split an html file

2014-04-19 Thread Maurice McCarthy

On 2014-04-17 18:01, Mike McClain wrote:

Hi,
My brother Rick, a windrider, put together a webpage,
http://www.photographers1.com/Sailing/NauticalTermsNomenclature.html
about sailing and wind surfing that has grown too large and should be
split into smaller sections to reduce load time.
Can anyone point me to any tools/modules that would automate the
process of fixing all the links?
Thanks,
Mike
--
Why is it that all of the instruments seeking intelligent life
in the universe are pointed away from Earth?



Hi,

I'm only a beginner in Perl myself so I don't know the perl tool or 
module but I'd imagine that the html editor Bluefish would make this 
fairly easy, but not automatic. Split your page into several, then lets 
assume there is one page per letter of the alphabet. You can select all 
pages as separate tabs and change all references from present-url#A to 
pageA-url.


Just an idea
Moss




--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Brand New

2014-03-30 Thread Maurice McCarthy
I think I concatenated the to to http ! and that is why the 404 error.
Thanks for the info.


Maurice


On Tue, Mar 25, 2014 at 06:26:46AM -0500 or thereabouts, Mike Flannigan wrote:
 
 Howdy,
 
 I get a 404 Not Found when I go to that link.
 
 You can use Perl as a browser, but it's not
 beginner material and Perl generally does not
 do simple browsing as well as a browser.
 
 When you see This site requires Javascript, click
 on options in the lower right, go to the bottom
 of the list, and select Temporarily allow . . .
 
 
 
 Mike
 
 
 On 3/23/2014 9:45 PM, beginners-digest-h...@perl.org wrote:
 Hi,
 
 I'm brand new to Perl. I'm reading perldoc and working through Simon 
 Cozens online
 book to get me started. Even though it is 14 years old and some syntax has 
 changed
 in the meantime, figuring out how to make the operations work is getting 
 me into
 perl.
 
 At present I've got Strawberry Perl 5.18.2 on Windows 7. I run UNIX-type 
 systems at
 home but I'm at sea and so got use what I got here.
 
 One thing puzzles me at the moment. I run Firefox Portable with NoScript 
 installed.
 When I go tohttp://perldoc.perl.org/search  there is a message, This site 
 requires
 Javascript ...  Why can't you use Perl instead?
 
 Just Curious
 Thanks
 Moss
 
 
 

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Brand New

2014-03-23 Thread Maurice McCarthy
Hi,

I'm brand new to Perl. I'm reading perldoc and working through Simon Cozens 
online
book to get me started. Even though it is 14 years old and some syntax has 
changed
in the meantime, figuring out how to make the operations work is getting me into
perl.

At present I've got Strawberry Perl 5.18.2 on Windows 7. I run UNIX-type 
systems at
home but I'm at sea and so got use what I got here.

One thing puzzles me at the moment. I run Firefox Portable with NoScript 
installed.
When I go to http://perldoc.perl.org/search there is a message, This site 
requires
Javascript ...  Why can't you use Perl instead?

Just Curious
Thanks
Moss



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Brand New

2014-03-23 Thread Maurice McCarthy
Ah, yes! Did not think of all that. You are right, Javascript is on the browser 
side.
Thank You
Moss


 Because it requires us to get a Perl interpreter in our browsers but this
 is not a common thing (even if some experiments exists, but I believe it
 would include several security issues). The mentionning required
 Javascript is the browser-side one. As far as I know, Perl is more used as
 a server-side language.



 S�bastien


 On Mon, Mar 24, 2014 at 9:45 AM, Maurice McCarthy 
 m...@mythic-beasts.comwrote:

 Hi,

 I'm brand new to Perl. I'm reading perldoc and working through Simon
 Cozens online
 book to get me started. Even though it is 14 years old and some syntax has
 changed
 in the meantime, figuring out how to make the operations work is getting
 me into
 perl.

 At present I've got Strawberry Perl 5.18.2 on Windows 7. I run UNIX-type
 systems at
 home but I'm at sea and so got use what I got here.

 One thing puzzles me at the moment. I run Firefox Portable with NoScript
 installed.
 When I go to http://perldoc.perl.org/search there is a message, This
 site requires
 Javascript ...  Why can't you use Perl instead?

 Just Curious
 Thanks
 Moss



 --
 To unsubscribe, e-mail: beginners-unsubscr...@perl.org
 For additional commands, e-mail: beginners-h...@perl.org
 http://learn.perl.org/






-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/