This is not throwing the error. Also ,$b = $x *$y accepted. When i use $c = $x * $y and so on,its not throwing the error.Kindly let me know the reason y perl is not throwing error for $a= $x * $y and $b= $x * $y#!/usr/bin/perl use strict "vars"; my $x = 10; my $y = 20; $a = $x * $y; print $a;
In reply to use strict Question? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |