On Sun, Aug 05, 2001 at 10:15:09PM +0200, Birgit Kellner wrote:
> --On Sonntag, 05. August 2001 19:51 +0200 Paul Johnson <[EMAIL PROTECTED]>
> wrote:
>
> > html_record($numhits, $maxhits, @hits);
> >
> I had figured that much, but got stuck on the other end: The sub in the
> second file, config.pl, does not get these values. With
> my @hits = @_;
> I get the content of @hits all right, but how do I get $numhits and
> $maxhits?
sub sonic
{
my ($numhits, $maxhits, @hits) = @_;
...
}
--
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]