Help for this page

Select Code to Download


  1. or download this
    $aref = []; $href = {}; $sref = \""; 
    
    ...
        eval { my @x = @{$rin} };
        return "$str is ARRAY\n\n" unless $@;
    }
    
  2. or download this
    ref($aref) = ARRAY
    $aref is ARRAY
    ...
    
    ref($blessed) = ARRAY
    $blessed is SCALAR