As others have noted, always start your Perl scripts with the following:
#!/usr/bin/perl -w use strict; use warnings 'all';
It can help prevent many bugs that otherwise would not have been obvious.
In reply to Re: Issue with communication of large data between Parent and child using Perl pipes
by jdrago_999
in thread Issue with communication of large data between Parent and child using Perl pipes
by waavman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |