- or download this
# DayPredict.pm
# maps moods to predictions
...
}
1; # module must return a true value
- or download this
#!/usr/bin/perl
...
}
__END__
- or download this
$ perl predict_day.pl happy
- or download this
# MyDay.pm
# Interface to objects representing days
...
}
1; # module must return a true value
- or download this
#!/usr/bin/perl
use strict; use warnings; use feature 'say';
...
}
__END__
- or download this
$ perl my_day.pl sad