On 3/15/07, Ana Saiz García <[EMAIL PROTECTED]> wrote:
Hello everybodyI have to make a little program that deals with the contents of some ar archives. Do you know any alternative way to do this without using Archive::Ar module?
Do you have access to the ar command? If so then you can use it with system, qx//, IPC::Open2, or IPC::Open3. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/