I had a quick look but I can only see people making system calls using
system() or exec() etc... which sort of makes sense as there is no such
command on pretty much any system except for *nix systems. I think you might
simply have to write your own implementation or simply rely on system calls
to get this done. IT will mean though that you code will not be very
portable as it will only work on *nix systems and not on pretty much
anything else.

Regards,

Rob

On Mon, Mar 28, 2011 at 11:05 AM, a b <testa...@gmail.com> wrote:

> Hey Rob,
>
>
> Yes, you are right
> Thanks to mention this out.
>
> I was referring to unix dd command. was wondering if we have any module
> already available.
>
> i didn't found on cpan
>
> Thx
> a b
>
> On Mon, Mar 28, 2011 at 2:05 PM, Rob Coops <rco...@gmail.com> wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 10:18 AM, a b <testa...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I want to know if any module for "dd" in perl is available.
>>>
>>> Any pointers will a great help
>>>
>>> Thanks,
>>> a b
>>>
>>
>> Have you tried having a look at search.cpan.org?
>> Oh, by the way what does dd stand for? Acronyms are great and all but
>> unless you are asking the guy next to you working with the same acronyms on
>> a daily basis it is unlikely that others will know what it is that you are
>> talking about.
>>
>> Regards,
>>
>> Rob
>>
>
>

Reply via email to