as this:$record{$_} =~ s/<.*?>//g; # remove start tag
as [^>] will match anything but a '>' (this way it doesn't have to backtrack)$record{$_} =~ s/<[^>]+>//g;
[ ar0n -- want job (boston) ]
In reply to (ar0n) Re (2): Parsing pseudo XML files
by ar0n
in thread Parsing pseudo XML files
by BMaximus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |