Brad Bowman skribis 2005-12-09 20:14 (+0100):
>   $str ~~ my m/ mv  @files:=<ident>+  $dir:=<ident> /
> Nah, that's ugly.

It's mostly ugly because you're not used to it, I think.

    my m[mv @files:=<ident>+ $dir:=<ident>] ~~ $str;

Looks nicer, though.


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