In Perl, using which operator are the local variables created?
In Perl, using which operator are the local variables created? Correct Answer my
The language perl supports local variables but the concept is bit different. And if the values are not assigned to the local variables then it contains undef value.
মোঃ আরিফুল ইসলাম
Feb 20, 2025