Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

Declaration

In programming a declaration or a declare is a statement in programming that defines a variable, array, or programming statement and if applicable its value. Below are some examples of Perl declarations.

my $help;

This simply declares the $help variable.

my ($help, $support);

Declares both $help and $support variables in one line. 

my $help = "Computer Hope";

Declares the $help variable and assigns the value "Computer Hope" to that variable.

Also see: Programming definitions

 

Index

Category:
Dictionary

Related Pages:
D - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope