Dear all:

I wonder if it is possible to split a line with more than one delimiter at
the same time.
I have a file which delimiter is < and >,  but if I only split by either <
or > I got a new line, which I do not need.


the sentece I have is something like this:  @a1_s=split/\</,$line; . I tried
to incorporate someting like:  @a1_s=split/\<,\s+/,$line;
but it does not work.
Does anybody have an idea how to work it out?
regards,
Luba

Reply via email to