#!/usr/bin/perl use strict; use warnings; use NEURO qw(load_study breciahi); my $study = shift; my $script = shift; die "Must supply study name!\n" unless $study; breciahi($study, $script);