Wednesday, February 23, 2011

how to unfreez the variable

1.take duplicate of that variable
ex .month_name=Date::MONTHNAMES[4]
month=month_name.dup


2.and then use the month variable

No comments:

Post a Comment