in reply to Re: Re: Passing a very long parameter list to an external command in perl
in thread Passing a very long parameter list to an external command in perl

After finally getting it through my thick skull, I skipped the whole $ret = join " ", @$ret; and now simply pass the array to the sub.

It works vewry well thank you!!

Thanks for finally doing it jburrel!!!
  • Comment on Re: Re: Re: Passing a very long parameter list to an external command in perl
  • Download Code