in reply to How can I declare constants?

Hi, You can use something like this.This is a sample.
use constant USER => qw(email first_name last_name login mobile_phone phone );
-Prasanna.K