in reply to perl interpolation
Gives:use strict; use warnings; if ( '00' ) { print "Yes\n" } if ( 00 ) { print "Yes\n" } else { print "No\n" }
Update: correction to wording of a false string.Yes No
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl interpolation
by jwkrahn (Abbot) on Jan 24, 2011 at 12:12 UTC | |
by ikegami (Patriarch) on Jan 24, 2011 at 16:05 UTC | |
by cdarke (Prior) on Jan 26, 2011 at 13:20 UTC |