- or download this
run(open => './path/to/', do=> 'tell what to do', save => './path1/to'
+);
- or download this
sub run{
...
$self->_open_it_and_run_it(open => $arg{open});
}
}
- or download this
sub _open_it_and_run_it{
my ($self,%arg) = @_;
...
}
close IN:
}
- or download this
run(open =>'./', ....);
- or download this
run(open =>'./dir/', ....);