Search:
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 8
and
Version 9
of
Perl
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/15/06 10:54:29 (
18 years
ago)
Author:
atzm
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Perl
v8
v9
383
383
}
384
384
385
my $parent = new Parent(parentname => "jobs");
386
$parent->parent();
387
385
388
my $child = new Child(childname => "michael", parentname => "mike");
386
389
$child->parent();