Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my %hash;
- %hash<one> = "eins";
- %hash<two> = "zwei";
- %hash<three> = "drei";
- %hash<two> eq "zwei" or die "Wrong value";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement