Re: Change 27905: Changes to perlfaq8 "How do I find out if I'm running interactively
[email protected] (brian d foy) Thu, 20 Apr 2006 21:54:53 -0500
| Newsgroups | perl.perlfaq.workers |
|---|---|
| Message-ID | <200420062154533969%[email protected]> |
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <[email protected]>, Smylers <[email protected]> wrote: > Steve Peters writes: > > > Change 27905 by stevep@stevep-mccoy on 2006/04/19 16:32:26 > > > > Changes to perlfaq8 "How do I find out if I'm running interactively > > or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction > > Is it worth offering the following as an alternative? > > use IO::Interactive qw<is_interactive>; I've added that to the answer and will commit it in the next batch of changes. Thanks,