in reply to Plaintext monthly journal generator

There is a extra space in the line:
if (-e " journal.txt") { # Checks to see if journal.txt ex +ists.
between the " and journal.txt.

Other than that it works fine.

HTH
Daeve

Replies are listed 'Best First'.
Re: Re: Plaintext monthly journal generator
by SyN/AcK (Scribe) on Jul 20, 2003 at 18:44 UTC
    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.
      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.