doubledecker has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I'm using Shell::Source to source .cshrc file in my perl script. Whilst doing so, it is printing some characters when i run the script. How can i suppress them without printing on the screen. Any help is appreciated.
use strict; use Shell::Source my $csh = Shell::Source->new(shell => "csh", file => "$ENV{Home}/.cshr +c"); $csh->inherit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Shell Source
by davido (Cardinal) on Jul 12, 2012 at 09:01 UTC | |
|
Re: Shell Source
by Corion (Patriarch) on Jul 12, 2012 at 09:01 UTC | |
by doubledecker (Scribe) on Jul 12, 2012 at 10:37 UTC | |
|
Re: Shell Source
by aitap (Curate) on Jul 12, 2012 at 11:02 UTC | |
by doubledecker (Scribe) on Jul 12, 2012 at 11:26 UTC |