I know that
 
if ( /VALUE={1}(\d+)/ ) {
 
looks for the first occurrence of value. How do I find the last occurrence?
 
--Paul

Reply via email to