Hi!
 
Is it possible to avoid another loop by using the x operator? I.e.
 
push(@list, rand(4));
 
gives me one element in @list.
 
Can I somehow use the x operator to produce two different elements in the @list?

Reply via email to