in reply to Re: Plaintext monthly journal generator
in thread Plaintext monthly journal generator

I really like this script. Its cool to see Perl used for different things like this. I think I might extend it into a diet planner.
  • Comment on Re: Re: Plaintext monthly journal generator

Replies are listed 'Best First'.
Re: Re: Re: Plaintext monthly journal generator
by Dragonfly (Priest) on Jul 21, 2003 at 00:27 UTC
    Glad you like it, thanks! I know it's nothing fancy, but it's definitely saved me some time and made my planning and note-taking easier.

    Take a look at Jeffa's suggestion - Time::Piece looks like it eliminates a lot of my script's complexity, and it'd probably be easier to extend and maintain as well.

      Well, its exactly what it says it is... no more no less, its simple, but cool at the same time. I will definitely check out the Time::Peace module. Jeffa always has good suggestions.