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");
In reply to could not get exec and sytem to work by mnam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |