Local variable: Difference between revisions

Content deleted Content added
top: add and fix links
m Local variables: These local variables are also known as automatic storage class because as soon as one assign the value to a particular variable, after calling the variable, the values are printed automatically.they are also known as normal variable too.
Line 13:
 
This is distinct from other usages of the [[Static (keyword)|<code>static</code> keyword]], which has several different meanings in various languages.
 
These local variables are also known as automatic storage class because as soon as one assign the value to a particular variable, after calling the variable, the values are printed automatically.they are also known as normal variable too.
 
==Local variables in Perl==