diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-08 11:25:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-08 11:25:53 +0100 |
| commit | c2236880975e0d1ef29a5d4580b34bafcec378f5 (patch) | |
| tree | fb042055f64e4ec9babc779b2e719b994605ab64 /challenge-002 | |
| parent | 37b5b32adba29e100e13e16cd1d52174efcc5a35 (diff) | |
| download | perlweeklychallenge-club-c2236880975e0d1ef29a5d4580b34bafcec378f5.tar.gz perlweeklychallenge-club-c2236880975e0d1ef29a5d4580b34bafcec378f5.tar.bz2 perlweeklychallenge-club-c2236880975e0d1ef29a5d4580b34bafcec378f5.zip | |
- Added solution by Philippe Bruhat.
Diffstat (limited to 'challenge-002')
| -rw-r--r-- | challenge-002/philippe-bruhat/perl5/ch-1.sh | 1 | ||||
| -rw-r--r-- | challenge-002/philippe-bruhat/perl5/ch-2.pl | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/challenge-002/philippe-bruhat/perl5/ch-1.sh b/challenge-002/philippe-bruhat/perl5/ch-1.sh new file mode 100644 index 0000000000..7128c199a6 --- /dev/null +++ b/challenge-002/philippe-bruhat/perl5/ch-1.sh @@ -0,0 +1 @@ +perl -ple 's/^0+//' diff --git a/challenge-002/philippe-bruhat/perl5/ch-2.pl b/challenge-002/philippe-bruhat/perl5/ch-2.pl new file mode 100644 index 0000000000..a4ec4c7231 --- /dev/null +++ b/challenge-002/philippe-bruhat/perl5/ch-2.pl @@ -0,0 +1,2 @@ +#!perl -l +use POSIX;print~~strtol pop,35 |
