Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: compare two text files

by juergenkemeter (Novice)
on Jul 14, 2005 at 05:39 UTC ( [id://474759]=note: print w/replies, xml ) Need Help??


in reply to Re: compare two text files
in thread compare two text files

Hi! It all works fine, thank you. Next time I will post my "trying code" with my thread. In case of homework: I ordered the book "Learning Perl" today. One last question occured to me though: is there a way to put the output into a new textfile? Thanks a lot for your fast help, Jurgen

Replies are listed 'Best First'.
Re^3: compare two text files
by Samy_rio (Vicar) on Jul 14, 2005 at 05:50 UTC

    Hi,

    open(OUT, ">new.txt")||die("cannot create\n"); print OUT "\nExtra Text present in the second File\n", $lcma->get_comp +lement ,"\n"; print OUT "\nExtra Text present in the First File\n", $lcma->get_uniqu +e ,"\n";

    You just replace the last two line of my code with the above code.

    Regards,
    Velusamy R.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://474759]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-28 19:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found