first commit
This commit is contained in:
15
perl/Examples/Chap3/chrono-orc
Normal file
15
perl/Examples/Chap3/chrono-orc
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
###
|
||||
### chronologically-orcish
|
||||
###
|
||||
|
||||
## Chapter 3 section 10
|
||||
|
||||
{ my %cache;
|
||||
sub chronologically {
|
||||
($cache{$a} ||= date_to_string($a))
|
||||
cmp
|
||||
($cache{$b} ||= date_to_string($b))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user