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;
In reply to Shell Source by doubledecker
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |