[Perl] my quiz (easy)
Omer Zak
omerz at actcom.co.il
Sat Oct 26 07:00:39 PDT 2002
On Thu, 24 Oct 2002, Shlomo Yona wrote:
> 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.
So a right solution to the programming problem must die once the above
limits are violated?
> > (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]
The principle remains the same.
--- Omer
WARNING TO SPAMMERS: see at http://www.zak.co.il/spamwarning.html
More information about the Perl
mailing list