Next Lightweight Databases 90

Filters

 $hash{numbers} = [1, 4, 2, 8, 5, 7];
 print $hash{numbers}, "\n";
 ARRAY(0x8118d9c) 
 $aref = $hash{numbers};
 print "@$aref\n";
 Can't use string ("ARRAY(0x8118d9c)") as an ARRAY ref
  while "strict refs" in use...


Next Copyright © 2003 M. J. Dominus

AltStyle によって変換されたページ (->オリジナル) /