in reply to Re: using split
in thread using split
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using split
by naikonta (Curate) on Jun 05, 2007 at 02:02 UTC |