in reply to Re^3: Lexicographic tree (betters)
in thread Lexicographic tree
Hi tye
s/(.)/\{$1\}/g
Well. I don't remember why I used \1 instead of $1 but you're true : this is Perl code.
eval("\$x$_\{EOS}=0");
With $_ I get this warning:
Use of uninitialized value $_{"EOS"} in concatenation (.) or string at -e line 1, <> line X.+ the code produces no data
END{store(\%x,output)}
+1! You're right. It was quite wasteful :|
Thanks for your help.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Lexicographic tree (betters)
by tye (Sage) on May 06, 2010 at 01:39 UTC |