Help for this page

Select Code to Download


  1. or download this
        
    die "element isn't an array ref" if ref($_) ne "ARRAY";
    
  2. or download this
        
    if (ref($_) ne "ARRAY") {
       die "element isn't an array ref";
    }