Re: split an html file

2014-04-19 Thread Shlomi Fish
Hi Mike, On Thu, 17 Apr 2014 10:01:35 -0700 Mike McClain wrote: > Hi, > My brother Rick, a windrider, put together a webpage, > http://www.photographers1.com/Sailing/NauticalTerms&Nomenclature.html > about sailing and wind surfing that has grown too large and should be > split into smaller s

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/NauticalTerms&Nomenclature.html about sailing and wind surfing that has grown too large and should be split into smaller sections to reduce load time. C

Do 5.18.2 functions is and isnt exist?

2014-04-19 Thread Sherman Willden
I have been reading Modern Perl and in several instances they use is and isnt. Are these functions available in Perl? I looked at http://perldoc.perl.org/index-functions.html and couldn't find them. Two usage examples are shown below. isnt( $i, 'pig', '$i overwritten with a number' ); is( $nums[9

Re: Do 5.18.2 functions is and isnt exist?

2014-04-19 Thread Shawn H Corey
On Sat, 19 Apr 2014 09:30:40 -0600 Sherman Willden wrote: > I have been reading Modern Perl and in several instances they use is > and isnt. Are these functions available in Perl? I looked at > http://perldoc.perl.org/index-functions.html and couldn't find them. > Two usage examples are shown bel