[Remind-Fans] A better rem2ics
Alan Young
alansyoungiii at gmail.com
Wed Feb 14 02:41:36 EST 2007
A. Klostermaier wrote:
> - Although the script finished its job and produced a valid iCal-file I have literally thousands of error-messages of this kind:
> Use of uninitialized value in concatenation (.) or string at
> /Users/capcom/Scripts/rem/rem2ics line 422, <STDIN> line 9958.
This is easily enough fixed. Immediately before that line add the
following:
no warnings 'uninitialized';
More information about the Remind-fans
mailing list