Help for this page

Select Code to Download


  1. or download this
    my %search;
    @search{@DB} = ();
    ...
              "$_ : Found $_\n"    :
              "$_ : Not Found $_\n";
    }
    
  2. or download this
    $invert ? ($true, $false) : ($false, $true) = (0, 1);