range operator

D

dinesh

Hello,


The range operator is not working for the following combination.

@arr = (y..z);

@arr = (q..z);

@arr = (m..z);

@arr = (s..z);

The above combinations displaying error message when the i try to run
the program. but it is working fine for the other combinations like:

@arr = (a..z);

@arr = (n..z);

@arr = (t..z); etc...

Can some tell me why this is having problem.

Thanks,
DineshK
=======
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top