http://www.perlmonks.org?node_id=1033426

virudinesh has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: how to merge this two array and update my files?
by marto (Cardinal) on May 14, 2013 at 08:25 UTC

    If you run this you'll be told about errors you need to fix. Add use strict; remove the duplicate #! lines. This isn't a code writing service. If you want to learn Perl read the advice and links provided in response to your previous questions, including:

    If you don't want to learn perl I suggest a change of hobby/career.

Re: how to merge this two array and update my files?
by Anonymous Monk on May 14, 2013 at 07:22 UTC
    Its simple, hire a programmer.
Re: how to merge this two array and update my files?
by space_monk (Chaplain) on May 14, 2013 at 21:29 UTC

    Why does the code have 3 '#!C:/Perl/bin/perl.exe -w' lines? Trying to start Perl 3 times won't make it 3 times as fast! ;-P

    If you spot any bugs in my solutions, it's because I've deliberately left them in as an exercise for the reader! :-)