in reply to Display in perl executable

Something like this:

use warnings; use strict; print "Hello, World"; print "Press Enter to close"; <STDIN>; # or just use <>

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me