For that matter, par is 22:# 3 -- 23 chars # note: using $ instead of \z is *wrong* # note: using . without /s is *wrong* sub g3 { pop=~/^(.*?)\1+\z/s&&$1 }
sub g3 { pop=~/^(.*?)\1+\z/s;$1 }
In reply to Re: PGA Golf, Round 1 - Results
by japhy
in thread PGA Golf, Round 1 - Results
by jmcnamara
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |