index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-002
/
zapwai
/
perl
/
ch-1.pl
blob: e14ddc0a8744e06fe4632c9f59e4c4bbcad04ea3 (
plain
)
1
2
3
my
$x
=
"0003407"
;
$x
=~
s/^0+//
;
print
$x
;