in reply to Re: Adding DD Unix command in Perl
in thread Adding DD Unix command in Perl

How to pass perl variable to unix command?

Replies are listed 'Best First'.
Re^3: Adding DD Unix command in Perl
by pvaldes (Chaplain) on Dec 09, 2011 at 15:32 UTC
    The question really is... What are you trying to do?
Re^3: Adding DD Unix command in Perl
by ikegami (Patriarch) on Dec 09, 2011 at 20:03 UTC
    Why are you asking how to do something you've already done? You can pass arguments to a unix utility by building a shell command like you already did.