Next:
Special characters, string starts
Up:
Examples
Previous:
Backreference, parse time string
Contents
Index
XML vs. HTML, replace '<' and '>'
$buffer_out .= `cat /online_dir/online.xml`; $buffer_out =~ s/</</g; $buffer_out =~ s/>/>/g;