#!/usr/bin/perl -w # Invoke as: sjmc@br:/research/sjm84/envi/bin$ ./envi diffcol summarise # Doing so will call this pl file and pass in "summarise" in ARGV # This pl file will in turn call the task executable in this folder # passing in "summarise" as a parameter. system("/bin/bash -c \"../etc/tasks/diffcol/task @ARGV\""); #system("/bin/bash -c \"./task @ARGV\""); #print STDERR "/bin/bash -c ../etc/tasks/diffcol/task @ARGV"