Help for this page

Select Code to Download


  1. or download this
     @source = ( ... );
    
  2. or download this
     %source = map { $_ => undef } ( ... );
    
  3. or download this
    sub check_array
    {
    ...
        }
        return 1;
    }