in reply to How do I prevent being told "Set up gcc environment ..." each time I run perl?

set ACTIVEPERL_CONFIG_SILENT=1

See 'perldoc ActivePerl::Config' for this and other options.

Cheers,
Rob
  • Comment on Re: How do I prevent being told "Set up gcc environment ..." each time I run perl?
  • Download Code

Replies are listed 'Best First'.
Re^2: How do I prevent being told "Set up gcc environment ..." each time I run perl?
by adriani (Initiate) on Apr 04, 2007 at 20:39 UTC
    Perfect

    Thanks!