Changeset 29161
- Timestamp:
- Sep 15, 2010, 12:45:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/CzarDb.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/CzarDb.pm
r29120 r29161 11 11 our @ISA = qw(czartool::MySQLDb); # inherits from MySQLDb 12 12 13 # Override constructor 13 ########################################################################### 14 # 15 # Constructor (overrides superclass) 16 # 17 ########################################################################### 14 18 sub new { 15 19 my ($class) = @_; 16 20 17 # Call the constructor of the parent class , Person.18 my $self = $class->SUPER::new($_[1], $_[2], $_[3], $_[4], $_[5], $_[6]);21 # Call the constructor of the parent class 22 my $self = $class->SUPER::new($_[1], $_[2], $_[3], $_[4], $_[5], $_[6]); 19 23 20 24 bless $self, $class;
Note:
See TracChangeset
for help on using the changeset viewer.
