Interaction design • webdevelopment • web art • photography
perl regular expressions | doesnt matter, 051205 01:28 |
---|---|
did i do this right? all i want is to replace "<" with "<" i have while ($lines = <SOURCEFILE>) |
|
MWD5025.rhsl.psu.edu |
Re: perl regular expressions | doesnt matter, 051205 01:29 |
---|---|
i want to do this so i can display html code as text in a browser without the browser trying to format the "html code"
|
|
MWD5025.rhsl.psu.edu |
Re: perl regular expressions | absolut, 051207 01:53 |
---|---|
The correct is: $lines =~ s/\</\<\;/igs; $lines =~ s/\>/\>\;/igs; |
|
ppp83-237-45-254.pppoe.mtu-net.ru |
Pages: 1 |
---|