Multiple choice technology programming languages

Scalar Variable in perl is preceded by a

  1. $
  2. #

  3. @

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Perl, all scalar variables (which hold single values like strings or numbers) are preceded by the '$' sigil. Arrays use '@' and hashes use '%'.