>>>>> "LP" == Luke Palmer <[EMAIL PROTECTED]> writes:

  LP> my $foos = 'foo' ~ any(0..9) ~ any(0..9);
  >> 
  >> should that be @foos or will it make an anon list of the foos and store
  >> the ref?

  LP> Actually $foos will be a junction.  You could use C<states> to get
  LP> each state out of the junction in an array.

  LP>     my @foos = states $foos;

that is going to take a while to become normalized in my neurons. very
useful but not in my vernacular yet.

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
----- Stem and Perl Development, Systems Architecture, Design and Coding ----
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org

Reply via email to