mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 13:40:50 +00:00
9 lines
200 B
Perl
9 lines
200 B
Perl
![]() |
{
|
||
|
my @zzzz=(\%seen_couchrequsts, \%seen_people );
|
||
|
my @zzzz=\(%seen_couchrequsts, %seen_people );
|
||
|
my @zzzz=(\%seen_couchrequsts, \%seen_people );
|
||
|
}
|
||
|
|
||
|
print "\"Watch out\"";
|
||
|
$ref = \"howdy";
|