mnam has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to run a shell script MIReNA.sh from within perl. could not run properly.#!/usr/bin/perl -w use strict; use warnings; my $home='~/bin/MIReNA-2.0'; exec("cd $home"); exec("./MIReNA.sh");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: could not get exec and sytem to work
by SuicideJunkie (Vicar) on Aug 19, 2014 at 19:59 UTC | |
|
Re: could not get exec and sytem to work
by McA (Priest) on Aug 19, 2014 at 18:50 UTC | |
|
Re: could not get exec and sytem to work
by Laurent_R (Canon) on Aug 19, 2014 at 20:50 UTC | |
|
Re: could not get exec and sytem to work
by Anonymous Monk on Aug 19, 2014 at 20:31 UTC |