Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use Test::More tests => 1;
    ...
    }, name => "Finding \$x's square. Twice!";
    
    holds( $square_property );
    
  2. or download this
    shiny:~/dev/perl$ perl lec.pl 
    1..1
    ok 1 - property 'Finding $x's square. Twice!' (1000 attempts)