diff options
| author | robbie-hatley <Robbie.Hatley@gmail.com> | 2023-04-05 06:25:31 -0700 |
|---|---|---|
| committer | robbie-hatley <Robbie.Hatley@gmail.com> | 2023-04-05 06:25:31 -0700 |
| commit | a3d0f8555cad823c79011a4a0fecd71c4d17f063 (patch) | |
| tree | f903baa185c6692c8bef77e19fbe2e02e6d5e986 | |
| parent | 8ab37815f55b019f73272256613e2e432fa0da7c (diff) | |
| download | perlweeklychallenge-club-a3d0f8555cad823c79011a4a0fecd71c4d17f063.tar.gz perlweeklychallenge-club-a3d0f8555cad823c79011a4a0fecd71c4d17f063.tar.bz2 perlweeklychallenge-club-a3d0f8555cad823c79011a4a0fecd71c4d17f063.zip | |
fixed some errors
| -rwxr-xr-x | challenge-211/robbie-hatley/perl/ch-1.pl (renamed from challenge-211/robbie-hatley/ch-1.pl) | 1 | ||||
| -rwxr-xr-x | challenge-211/robbie-hatley/perl/ch-2.pl (renamed from challenge-211/robbie-hatley/ch-2.pl) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/challenge-211/robbie-hatley/ch-1.pl b/challenge-211/robbie-hatley/perl/ch-1.pl index be58407553..3fffd3cd1a 100755 --- a/challenge-211/robbie-hatley/ch-1.pl +++ b/challenge-211/robbie-hatley/perl/ch-1.pl @@ -45,7 +45,6 @@ use warnings; # Say whether-or-not a referred-to rectangular 2-d matrix is Toeplitz, # without altering the original matrix: sub is_toeplitz($mref){ - # Make a deep copy of @$aref (simple copy is NOT deep copy!!!): my $height = scalar(@$mref); my $width = scalar(@{$mref->[0]}); say "Height = $height"; diff --git a/challenge-211/robbie-hatley/ch-2.pl b/challenge-211/robbie-hatley/perl/ch-2.pl index 13325d3912..13325d3912 100755 --- a/challenge-211/robbie-hatley/ch-2.pl +++ b/challenge-211/robbie-hatley/perl/ch-2.pl |
