Example: quiz answers

Perl Language Reference Guide The Harvard Computer Society

Perl’s second type of data structure is the list, or array. A list is an ordered series of scalars. List variables start with the @ character. In your program, you can write arrays as a sequence of comma-separated values in parentheses. @a = (1, 2, 3);

Tags:

  Perl

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Perl Language Reference Guide The Harvard Computer Society

Related search queries