I have some kind of strange problem:
I have a GLOBAL variable declare like:
$url = $CGIHandle->param("url") ; #without any my before
This variable is declared out of any subroutine... but when I want to access to it from one subroutine (in the same file) the value happily changes itself!
Could you help me on that...? Thanks in advance.
Much more questions to come!
I have a GLOBAL variable declare like:
$url = $CGIHandle->param("url") ; #without any my before
This variable is declared out of any subroutine... but when I want to access to it from one subroutine (in the same file) the value happily changes itself!
Could you help me on that...? Thanks in advance.
Much more questions to come!