On 10 Jul 2001 13:34:41 +0200, Moritz Barsnick wrote:
> 
> I'm not on the list and can't followup properly ("In-Reply-To:" because
> no message IDs are displayed in the web archive.

You may find all needed information to create manually both "In-Reply-To:"
and "References:" in the html source if you like to be nice to others. :-)

> Werner wrote:
> 
> > At least with my perl 5.005_03, $HOME isn't defined within the script
> > (but is set in my environment).
> 
> Perl has a different syntax. This patch should work:

I already applied more full patch on Date: Sun, 08 Jul 2001 04:46:21 -0500.

I now see another problem when less than 2 params given. I will fix it.

> So there should be an
> 
> $ARGV = 2 || die "$ARGV[0] requires two arguments";

This line has 3 perl bugs. :) The correct syntax would be:

  @ARGV == 1 || die "$0 requires two arguments";

But it was intended to have 0, 1 or 2 arguments anyway, not only 0 and 2.
It should work now as intended.

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to