Thread Frage zu Hash::Util (11 answers)
Opened by Crian at 2005-02-17 16:42

esskar
 2005-02-17 17:33
#51865 #51865
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
[quote=renee,17.02.2005, 16:23]auf was bezieht sich Dein "geht wohl"??[/quote]
ei das es funktioniert!

und mit ner ref gehts auch
Code: (dl )
1
2
3
4
5
6
7
8
use strict;
use Hash::Util qw(lock_keys);

my $hash = { uhu1 => 1 };
lock_keys(%$hash);
$hash->{uhu2} = 0;
^Z
Attempt to access disallowed key 'uhu2' in a restricted hash at - line 6.

View full thread Frage zu Hash::Util