On Sat, 19 Apr 2014 09:30:40 -0600
Sherman Willden <sherman.will...@gmail.com> 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 below.
> 
> isnt( $i, 'pig', '$i overwritten with a number' );
> 
> is( $nums[9], 100, '10 * 10 is 100' );
> 
> Thank you;
> 
> Sherman

Those are function of Test::More. See `perldoc Test::More` for details.


-- 
Don't stop where the ink does.
        Shawn

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


Reply via email to