Help for this page
#!/opt/gnu/bin/perl -w use strict; $a = 40; # error because of use strict? no $b = $a; # error again ? no