i knw if i want a private variable i can write:
Code:
my $cat = "cat";
but what if i want a variable to be availabel through-out a script?