Tag Archives: perl default variable value

Perl – Initial Values and Context Based Evaluation

It’s important to remember that in Perl all scalar variables have an initial value of the null string, “”. You do not need to define a value for scalar variables unless you are using “strict” mode. Knowing this, what do … Continue reading

Posted in Perl, Programming Languages, Technology | Tagged , , , , , , , | Leave a comment