Changeset 1807 for trunk/psLib/src/parseErrorCodes.pl
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/parseErrorCodes.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/parseErrorCodes.pl
r1748 r1807 34 34 } 35 35 else { 36 /^\s*(\w+)\s+([\%\w].*)/; 37 my $ErrorCode = $1; 38 my $ErrorDescription = $2; 39 print " $ErrorCode: '$ErrorDescription'\n" if $verbose; 40 push( @ErrorCodes, $ErrorCode ); 41 push( @ErrorDescriptions, $ErrorDescription ); 42 36 if (/^\s*(\w+)\s+([\%\w].*)/) { 37 my $ErrorCode = $1; 38 my $ErrorDescription = $2; 39 print " $ErrorCode: '$ErrorDescription'\n" if $verbose; 40 push( @ErrorCodes, $ErrorCode ); 41 push( @ErrorDescriptions, $ErrorDescription ); 42 } else { 43 print "I $_\n" if $verbose; 44 } 43 45 } 44 46 }
Note:
See TracChangeset
for help on using the changeset viewer.
