NAME

ignore

SYNOPSIS

my $num;
$num = 1; # => 1
++$num;
$num; # => 1

AUTHOR

moznion <moznion@gmail.com>