I am looking for a less cryptic way to handle array index.

most cryptic
$array[0]

better
use constant NAME => 0;
$array[NAME]

Any ideas?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to