[Techtalk] .sig problems

Kai MacTane kmactane at GothPunk.com
Mon Sep 9 10:20:03 EST 2002


At 9/5/02 07:02 AM , Poppy Casper wrote:
>And the section of the script where's it's bombing:
>
>if ($opt_t || $opt_p || ($lastreadtime > $prev_lastreadtime)) {
>         open (SIGNATURE, "> $SIGFILE") or die "can't write $SIGFILE:$!";

There should not be a space after the greater-than sign. It should be:

open (SIGNATURE, ">$SIGFILE") etc.

This is, of course, assuming this is Perl, as it seems to be.

                                                 --Kai MacTane
----------------------------------------------------------------------
"Fighting back the tears, mother reads the note again,
  Sixteen candles burn in her mind..."
                                                 --Depeche Mode,
                                                  "Blasphemous Rumours"




More information about the Techtalk mailing list