Anthony Rumble wrote:
> 
> s/\$ord\{/\$ord\-\>\{/g
> 
> Why doesn't that work?

Assuming this is perl:

   s/\$ord\{/\$ord\-\>\{/g

changes nothing, unless "$ord" is found in
the current string $_

What does $_ equal? Whatizit?

BTW: What are you trying to accomplish? What is the spec?

-rickw


--
Rick Welykochy || Praxis Services Pty Limited


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to