Help for this page

Select Code to Download


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