#!/usr/bin/perl -w use strict; use warnings; my $home='~/bin/MIReNA-2.0'; exec("cd $home"); exec("./MIReNA.sh");