Help for this page
Select Code to Download
Select
or
download this
my %set; @set{qw(I agree)} = (); print sort keys %set; # Iagree
Select
or
download this
@set{@list} = (undef) x scalar @list;