Hi

I am trying to call an array defined in function1 in other function2,
function3 etc. How can I implement it. Plz help me.

function1 {

@months = qw/Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec/;

}

function 2 {
}

function 3 {
}

Edit/Delete Message


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to