Larry Wall skribis 2005-04-20 11:54 (-0700):
>     goto(join "", "L", { rand 10 } XX rand 10);

By the way -- Does this mean the XX operator is official now?

And what about X? It'd let you write the same thing without the join:

    goto("L" ~ { rand 10 } X rand 10)
    

Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to