gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Handling the random selection options


From: Stan Mulder
Subject: Re: [Gnump3d-users] Handling the random selection options
Date: Wed, 02 Mar 2005 11:43:35 -0500
User-agent: Mozilla Thunderbird 1.0+ (X11/20050222)

Stan Mulder wrote:

In random.pm, this line didn't work for me:

   my @EXCLUDED = split( /|/, $ignore );

I had to add a backslash thusly:

   my @EXCLUDED = split( /\|/, $ignore );

And now it works. Hmmm.


I should have added that without the backslash the split command was splitting the exclude list into individual characters.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]