Show Menu
Cheatography

Perl's note pages - Cheat Sheet (DRAFT) by

Perl programming for Biologists exam

This is a draft cheat sheet. It is a work in progress and is not finished yet.

1. Scalar Data

scalar is either a string or a number.

Numerical values

3, -20, 3.14152965
1.3e4 = 1.3x104 = 1300
6.35e-14 = 6.35x10-14

Strings

 
   

1. Scalar Data

Descri­ption: scalar is either a string or a number.