Help for this page

Select Code to Download


  1. or download this
    my %available_things= map { $_,1} @available_things;
    
  2. or download this
    @not_available_requested_things = map { $_ if not $available_things{$_
    +} } @requested_things;