my $idx = Cocoon::_getHeaderColumnIndexes($coco->getCocoonTable());
$test->evaluate("Alias 'jspare' decrypted notes checks?",$row[$idx->{notes}],"Example 1 entry");
-
-
+ #I wonder what are the chances (one in two million?) it will generate an existing code, for the next to fail?
+
+ open(my $fh, "<:perlio", $0 ) or die "Can't open $0 -> $!";
+ read $fh, my $content, -s $fh;
+ close $fh;
+ $coco->register("Bubba Cuba", "cuba" , $coco->passCodeGenerate(), $content,undef);
#
$test->done();
#