Help for this page

Select Code to Download


  1. or download this
    ok($this eq $that, $test_name);
    
  2. or download this
    $ perl -e '%h = (1, 1, 1, 1); print scalar keys %h, "\n"'
    1
    
  3. or download this
    $ perl -e 'print scalar (1, "a"), "\n";'
    a