[Perl] my quiz (easy)
Shlomo Yona
shlomo at cs.haifa.ac.il
Wed Oct 23 22:50:47 PDT 2002
On Wed, 23 Oct 2002, Omer Zak wrote:
> What is to happen if I call the sub more than 62 times with N==1 (or more
> than 3844 times with N==2)?
You activate it that many times.
> (If you allow all characters with ASCII codes between 0 and 255, this only
> changes the numbers to 256 and 65536 respectively.)
Let's say we only allow characters from [a-z0-9A-Z]
--
Shlomo Yona
shlomo at cs.haifa.ac.il
http://cs.haifa.ac.il/~shlomo/
More information about the Perl
mailing list