in reply to Re^3: Why doesn't exist work with hash slices?
in thread Why doesn't exist work with hash slices?
for a more realistic scenario (still impressive).my %hash; @hash{ map int rand 1_000_000, 1 .. 1000 } = ();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Why doesn't exist work with hash slices?
by LanX (Saint) on Sep 22, 2025 at 13:57 UTC | |
by 1nickt (Canon) on Sep 22, 2025 at 14:25 UTC |