Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 17:38:23 +0200
From:      Tobias Grosser <Dady0815@web.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can I Set Process Name?
Message-ID:  <20030708173823.3ac275f7.Dady0815@web.de>
In-Reply-To: <003a01c34565$57c94ed0$6e2a6ba5@lc.ca.gov>
References:  <003001c3455e$b6c322f0$6e2a6ba5@lc.ca.gov> <000a01c34561$228ff5b0$a4b826cb@goo> <20030708151439.GD901@zi025.glhnet.mhn.de> <003a01c34565$57c94ed0$6e2a6ba5@lc.ca.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Jul 2003 08:26:45 -0700
"Drew Tomlinson" <drew@mykitchentable.net> wrote:

> Is there something really easy I'm missing?  If it's complicated I'm

Try to write a semicolon at the end of the line.


#!/usr/bin/perl
# A very simple perl web server used by Webmin

$0='webmin';

# Require basic libraries
package miniserv;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030708173823.3ac275f7.Dady0815>