samirpatry has asked for the wisdom of the Perl Monks concerning the following question:
use File::Slurp 'write_file'; write_file( 'log1.txt',$sendmsg); write_file( 'log2.txt',$recvmsg);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to write the incoming and outgoing message in a file ????
by shmem (Chancellor) on Aug 30, 2006 at 06:52 UTC |