in reply to Soliciting input via a tempfile passed to an external editor

why not a Module ;(

#!/usr/bin/perl use Editor; print Editor->new->solicit(<<"_INTRO_"); Insert text here. _INTRO_

Replies are listed 'Best First'.
Re^2: Soliciting input via a tempfile passed to an external editor
by Aristotle (Chancellor) on Jan 24, 2003 at 02:24 UTC
    I really don't think this particular case warrants an OO approach. Editor::solicit() would be perfectly sufficient - though it all still needs better names.

    Makeshifts last the longest.