Simon Cozens <simon / simon-cozens.org> wrote: > Martin DeMello <martindemello / yahoo.com> writes: >> Where is the $_ variable documented? It's hard to search for :) > > At the very least, in Ruby in a Nutshell: > > $_ The last string read by gets or readline in the current scope. Thanks! martin