diff options
| author | Doomtrain14 <yet.ebreo@gmail.com> | 2019-08-22 21:06:47 +0800 |
|---|---|---|
| committer | Doomtrain14 <yet.ebreo@gmail.com> | 2019-08-22 21:06:47 +0800 |
| commit | 827e7bd922a9817cd31eb32d4af80cb467293fa2 (patch) | |
| tree | fd3bdc8010f8396172cf744fa238b2c7e2d755f9 | |
| parent | fcfcfc7bbdbdd2911d2df933c7ba0c24a4ec2590 (diff) | |
| download | perlweeklychallenge-club-827e7bd922a9817cd31eb32d4af80cb467293fa2.tar.gz perlweeklychallenge-club-827e7bd922a9817cd31eb32d4af80cb467293fa2.tar.bz2 perlweeklychallenge-club-827e7bd922a9817cd31eb32d4af80cb467293fa2.zip | |
Updated code for compressing
| -rw-r--r-- | challenge-022/yet-ebreo/perl5/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-022/yet-ebreo/perl5/ch-2.pl b/challenge-022/yet-ebreo/perl5/ch-2.pl index cb2b339e96..85ecc2925b 100644 --- a/challenge-022/yet-ebreo/perl5/ch-2.pl +++ b/challenge-022/yet-ebreo/perl5/ch-2.pl @@ -85,7 +85,7 @@ sub decode { return $ret; } -my $string = "TOBEORNOTTOBEORTOBEORNOT"; #"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; +my $string = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; print ("Original String has length ". (length $string)."\n"); print "$string\n\n"; |
