http://qs1969.pair.com?node_id=11140066


in reply to Is Pod::Simple::Select a recommended replacement for Pod::Select? Or is there a better choice?

Pod::Usage used to depend on Pod::Select, but was updated to depend only on Pod::Simple when Pod::Parser was deprecated (or rather, removed from core). So you could look at how Pod::Usage now does it (search the code for USAGE_SELECT), and I also have some simple code to pull sections out of POD (in this case verbatim sections) here.