Scalars

Declaration

my $string = 'text';
my $integer = 42;
my $float = 3.14;

say $string;
say $integer;
say $float;

Functions

substr

index

chomp

Special variables

http://www.perlmonks.org/?node_id=353259