Im not sure if this is possible but i want to delete all chars inbeteen
< and > so if i had <FOOBAR> id like to delete it, 
Here an example of the best way i can figure out how to do it :)

$string =~ s/\<.\>|\<..\>|\<...\>|\<....\>|\<......\>//

so I'm looking for a shorter way, I cant find any wildcards that will
match more than one char.

Hope thats makes some sense.

Cheers
Merritt

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to