<div dir="ltr"><div class="gmail_extra">BINGO. THANKS.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 22, 2014 at 2:04 PM, Viktor Pavlenko wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":128" style="overflow:hidden">`string` (or system('string')) call in perl exec-s a shell process<br>
passing the 'string' as argument. There is a limit on how long an<br>
argument to exec can be, to see your current limit type:<br>
<br>
$ getconf ARG_MAX<br>
131072<br>
<br>
$ grep ARG_MAX /usr/include/linux/limits.h<br>
#define ARG_MAX       131072    /* # bytes of args + environ for exec() */<br>
<br>
    AS> Any way to increase the sys call length limitation, ie the<br>
    AS> limitation how much characters one can stuff in between ``? <br>
<br>
Change limits.h in your kernel source and recompile the kernel.</div></blockquote></div><br><br></div></div>