Hi,
I have a variable that has a function in it, eg: my $newtime = "time() + 30"; How can i use it in code so that it always returns time() + 30 when it is called?
Hi,
I have a variable that has a function in it, eg: my $newtime = "time() + 30"; How can i use it in code so that it always returns time() + 30 when it is called?