
MediumDave
New User
Dec 23, 2010, 4:18 PM
Post #1 of 4
(600 views)
|
OK, what the?? I don't remember drinking this morning, but what is this nonsense: The code:
printf( "VAL: '%s'\n", $r->{'change'} ); if( $r->{'change'} ne "?" ) { printf( "It is NOT a question mark.\n" ); } print Dumper( $r->{'change'} ); The output:
VAL: '?' It is NOT a question mark. $VAR1 = '?'; My head is caving in, please help - what am I doing wrong?
|