#!/usr/bin/perl -- use strict; use warnings; use Tie::IxHash; my $r = new Tie::IxHash() ; $r->Push( 'a' => 1 ) ; die $r->FETCH('a'); __END__ 1 at - line 7.
In reply to Re: get one value from Tie::IxHash
by Anonymous Monk
in thread get one value from Tie::IxHash
by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |