update - 2026-02-25
This commit is contained in:
@@ -41,6 +41,9 @@ my %scores = (Perl => 95, Python => 90, Go => 88);
|
||||
|
||||
my $lang_ref = \@languages;
|
||||
my $score_ref = \%scores;
|
||||
my $test;
|
||||
|
||||
$test = 2;
|
||||
|
||||
printf "Languages: %s\n", join(', ', @{$lang_ref});
|
||||
printf "Perl score: %d\n", $score_ref->{Perl};
|
||||
|
||||
Reference in New Issue
Block a user