The OP should have picked this up himself. I was surprised to see that it generates a warning without strict or warnings:
#!/usr/bin/perl my $x; if ( $x = 4 ) { print "Hi"; } #output Found = in conditional, should be == at /home/pm line 5. Hi
In reply to Re^2: using split
by FunkyMonk
in thread using split
by maurkb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |