- or download this
my $obj = ObjectStuff->load(objid);
my $status = $obj->getStatus();
...
#spew warnings;
exit;
}
- or download this
#!/usr/bin/perl
...
if( ($empty) ~~ @goodStatus ) {
print "Empty is valid!\n";
}
- or download this
mystery Dump
--------
...
$VAR3 = '0';
$VAR4 = '-3';
Status is valid!
- or download this
...
Empty defined
...
$VAR3 = '0';
$VAR4 = '-3';
Status is valid!
- or download this
if ( $mystery == $empty ) {
print "Number Equal!\n";
}
- or download this
ASCII Equal!
Number Equal!
...
$VAR4 = '-3';
Status is valid!
Empty is valid!
- or download this
$ perl -v
This is perl, v5.10.0 built for i486-linux-gnu-thread-multi