I'm writing a webmin module and I'm trying to add a search function in right
now but after I search for it and try to display the output it has a problem
with the way the output is formatted.

print "searchtest<gimp><10>"; will print searchtest<10>
print "searchtest< gimp><10>"; will print searchtest< gimp><10>

I don't understand why it will not print any of what is inside the <> if what
is right next to the < is a letter. Numbers and spaces will print everything
on the line but a letter discards everything in the brackets. I've tried to
escape the special meaning of the <> characters when used with a word but it
didn't work. Does anybody out there have any insight into this problem?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to