in reply to warn documentation unclear

I learned something new today. Thank you. I didn't know that warn propagated $@. It looks like die does too!

# Currently, I do this on occasion: do $file; die $@ if $@; # This seems like a better and shorter choice: do $file; die if $@;

Ted Young

($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)