in reply to Re: Random String Generator
in thread Random String Generator

maybe its my version of Perl, but I ended up having to run that subroutine as:

sub add { foreach (<@v>) { my $v += $_; } }

"Ex libris un peut de tout"

Replies are listed 'Best First'.
•Re: Re: Re: Random String Generator
by merlyn (Sage) on Jun 04, 2003 at 01:41 UTC
      Ah thank you. I believe that 5.004 is in fact the version running on that box. Unfortunately, I do not control that aspect of the box but when it gets upgraded to the latest OS version, it should be a newer version of Perl. At home, my machines run a newer version.

      "Ex libris un peut de tout"