Help for this page
Select Code to Download
Select
or
download this
BEGIN{ *CORE::GLOBAL::substr=sub($$$) { die }; } print substr 'foo',2,3;