I would like it to print in reverse order such as:while (<DATA>) { $_ =~ s/oldpage/newpage/g; print; } exit 0; close(DATA); __DATA__ title oldpage oldpage htm tab aaaaa
aaaaa tab newpage htm newpage title
In reply to Reverse Function by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |