Changeset 2110
- Timestamp:
- 04/19/05 07:18:57 (4 years ago)
- svk:copy_cache_prev:
- 3535
- Location:
- examples/motd
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
examples/motd/motd-i.p6
r2109 r2110 9 9 10 10 my $subject = shift @ARGS || 'Pugs is'; 11 my $surveyed = shift @ARGS || 10;11 my $surveyed = shift @ARGS || 20; 12 12 my %tally ; 13 13 -
examples/motd/motd.p6
r2104 r2110 10 10 11 11 my $subject = shift @ARGS || "Pugs"; 12 my $sample = shift @ARGS || 10;12 my $sample = shift @ARGS || 20; 13 13 14 14 # unimplemented: should be able to say
