Help for this page

Select Code to Download


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