Perl Variable
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
A Perl Variable is a software variable in a Perl code.
- Context:
- It can range from being a Python Global Variable to being a Python Local Variable.
 
- Example(s):
- for a Perl Built-in Data Type, such as:
- …
 
- Counter-Example(s):
- See: Perl Code, Perl Reference.