Help for this page

Select Code to Download


  1. or download this
    print "At least one undefined!\n" unless( scalar( keys %$hash ) == 3 )
    +;
    
  2. or download this
    print "At least one undefined!\n" unless( ( sort { ...some function...
    + } keys %$hash )[3] eq 'C' );