in reply to Re: checking for piped input data
in thread checking for piped input data

Right, that would literally be passing the entire table as the argument which is not really intuitive in terms of my script. I thought I could use pipes instead to pass the table, but the underlying script would parse and concatenate the correct column which would then be passed it to the argument of -x. I also want to be able to chain these like all unix commands...

Replies are listed 'Best First'.
Re^3: checking for piped input data (Getting Started at Perl Monks References)
by eyepopslikeamosquito (Archbishop) on May 02, 2023 at 22:14 UTC