On Mon, 10 Jul 2000, Rick Welykochy wrote:
> 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 $_
Doesn't work in VI or sed.
> BTW: What are you trying to accomplish? What is the spec?
im trying to change $ord{ to $ord->{
(Ie.. changing some perl source from a hash to a hashref)
---
Anthony Rumble
LinuxHelp http://www.LinuxHelp.com.au Phone: 0500 500 368
Direct 02-9712-1799 Mobile 0412-955-042 Fax 02-9712-3977
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug
- [SLUG] Stupid Regex questions.. Anthony Rumble
- Re: [SLUG] Stupid Regex questions.. Alexander Else
- Re: [SLUG] Stupid Regex questions.. Herbert Xu
- Re: [SLUG] Stupid Regex questions.. Rick Welykochy
- Re: [SLUG] Stupid Regex questions.. Anthony Rumble
- Re: [SLUG] Stupid Regex questions.. Rick Welykochy
- [SLUG] Re: Stupid Regex questions.. Angus Lees
- Re: [SLUG] Re: Stupid Regex questions... Herbert Xu
- Re: [SLUG] Stupid Regex questions.. Scott Howard
- Re: [SLUG] Stupid Regex questions.. Herbert Xu
- Re: [SLUG] Stupid Regex questions... Scott Howard
- Re: [SLUG] Stupid Regex quest... Herbert Xu
- Re: [SLUG] Stupid Regex questions.. Jim Clark
- Re: [SLUG] Stupid Regex questions.. Scott Howard
