in reply to Re^4: Go to?
in thread Go to?
Since sed scripts use goto extensively, he either needed to automatically translate sed scripts to goto-less versions, or else he needed to add goto to Perl. It was easier to add goto to Perl, so he did.
This is one of the two necessary uses of goto that I have seen in Perl.
|
|---|