in reply to Re: backticks problem
in thread backticks problem
use strict; $ENV{SHELL} = '/bin/bash'; my $i = `which prog`; print "$i\n";
and I still get the error message from sourcing .cshrc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: backticks problem
by bigmacbear (Monk) on Aug 06, 2004 at 20:24 UTC |