in reply to Re^2: Can't exit, except when I press ^C?
in thread Can't exit, except when I press ^C?

As the other AM says, look at the Term namespace.

I tried to find a core solution to you and found  getc, but it's even its documentation points you to the CPAN module Term::ReadKey.

Looks like now is as good a time as any to learn how to use CPAN (or PPM).

Replies are listed 'Best First'.
Re^4: Can't exit, except when I press ^C?
by TalsiOrah (Initiate) on Feb 03, 2012 at 15:21 UTC
    Okayy thanks! ^_^ I only really know the basics of creating a module and "use <module::function>".