/[cvs]/nfo/perl/libs/Data/Mungle/Compare/Struct.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Mungle/Compare/Struct.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by joko, Wed Jul 7 03:13:43 2004 UTC revision 1.8 by jonen, Thu Oct 7 14:06:46 2004 UTC
# Line 2  Line 2 
2  ##    $Id$  ##    $Id$
3  ##    --------------------------------------------------------------------------------  ##    --------------------------------------------------------------------------------
4  ##    $Log$  ##    $Log$
5    ##    Revision 1.8  2004/10/07 14:06:46  jonen
6    ##    minor changes, comment-out debug dumper
7    ##
8  ##    Revision 1.7  2004/07/07 03:13:43  joko  ##    Revision 1.7  2004/07/07 03:13:43  joko
9  ##    minor fix for "sub isEmpty"  ##    minor fix for "sub isEmpty"
10  ##  ##
# Line 96  sub isEmpty { Line 99  sub isEmpty {
99    
100    #print "isEmpty is parsing variable ( ref $ref reftype $reftype )", "\n";    #print "isEmpty is parsing variable ( ref $ref reftype $reftype )", "\n";
101        
102  #print Dumper($var);  #print Dumper($ref);
103        
104    my $found;    my $found;
105    
# Line 166  sub isEmpty { Line 169  sub isEmpty {
169    }    }
170        
171    if (!$found) {    if (!$found) {
172      print "isEmpty could not parse variable ( ref $ref reftype $reftype )", "\n";      #print "isEmpty could not parse variable ( ref $ref reftype $reftype )", "\n";
173    }    }
174    
175    #print "EMPTY!!!", "\n";    #print "EMPTY!!!", "\n";

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed