is $eval() and $() the same thing now?

//echo $eval($me)
//echo $eval($me,0)
//echo $eval($me,some text)
//echo $eval($me,some text,0)

all return the same as

//echo $($me)
//echo $($me,0)
//echo $($me,some text)
//echo $($me,some text,0)

or does $() do somethign else thats peculiar to it that $eval doesnt?

/me goes to the docs....

btk


billythekid