<html>
<body>
<br>
Interesting - we have had (so far) three totally different solutions to
the same problem! - cool stuff perl.<br><br>
<br><br>
<br>
At 2005/06/02 07:30, Spike wrote:<br>
<blockquote type=cite class=cite cite=""><tt>#!/bin/perl -w<br><br>
$/ = '';&nbsp;&nbsp; # set the record delimiter to a paragraph<br><br>
while (&lt;&gt;) # or (&lt;FILE&gt;) if you opened one<br>
{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chomp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; s/\n/,/g;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print &quot;$_\n&quot;;<br>
}<br><br>
<br>
__END__<br>
expected:-<br>
id 10,bbb 20,ccc,ddd 1,eee 2<br>
id 11,bbb 20,ccc 1,ddd 1,eee 2<br><br>
<br><br>
</tt>At 2005/06/01 16:19, Samuel Fourie [ MTN - Innovation Centre ]
wrote:<br>
<blockquote type=cite class=cite cite="">hi<br><br>
can anyone please help me ... i need to rewrite these info <br><br>
id 10<br>
bbb 20<br>
ccc <br>
ddd 1<br>
eee 2<br><br>
id 11<br>
bbb 20<br>
ccc 1<br>
ddd 1<br>
eee 2<br><br>
id 12<br>
bbb 20<br>
ccc <br>
ddd 1<br>
eee 2<br><br>
in this form <br><br>
id 10,bbb 20,cc ,ddd 1,eee 2<br>
id 11,bbb 20,cc 1,ddd 1,eee 2<br>
id 12,bbb 20,cc ,ddd 1,eee 2<br><br>
with a script <br><br>
regards<br><br>
spee<br><br>
<br><br>
<br><br>
<br>
&nbsp;<br><br>
-----Original Message-----<br>
From: za-pm-bounces@pm.org [
<a href="mailto:za-pm-bounces@pm.org" eudora="autourl">
mailto:za-pm-bounces@pm.org</a>] On Behalf Of<br>
Tielman De Villiers<br>
Sent: Wednesday, 01 June 2005 3:45 PM<br>
To: za-pm@pm.org<br>
Subject: Re: [Za-pm] List alive?<br><br>
<br><br>
-----Original Message-----<br>
From: za-pm-bounces@pm.org [
<a href="mailto:za-pm-bounces@pm.org%5DOn" eudora="autourl">
mailto:za-pm-bounces@pm.org]On</a> Behalf Of<br>
Walter Kruse<br>
Sent: 01 June 2005 14:40<br>
To: za-pm@pm.org<br>
Subject: Re: [Za-pm] List alive?<br><br>
<br>
---- I am here, but it's very quiet. <br><br>
<br><br>
dead quiet.<br><br>
<br><br>
**********************************************************************<br>
This email and any files transmitted with it are confidential and<br>
intended solely for the use of the individual or entity to whom they
are<br>
addressed. If you have received this email in error please notify
the<br>
system manager.<br><br>
This footnote also confirms that this email message has been swept
by<br>
MIMEsweeper for the presence of computer viruses.<br><br>
<a href="http://www.mimesweeper.com/" eudora="autourl">
www.mimesweeper.com</a><br>
**********************************************************************<br>
<br>
_______________________________________________<br>
Za-pm mailing list<br>
Za-pm@pm.org<br>
<a href="http://mail.pm.org/mailman/listinfo/za-pm" eudora="autourl">
http://mail.pm.org/mailman/listinfo/za-pm</a><br><br>
<br>
NOTE: This e-mail message is subject to the MTN Group disclaimer see
<a href="http://www.mtn.co.za/default.aspx?pid=34411" eudora="autourl">
http://www.mtn.co.za/default.aspx?pid=34411</a><br><br>
_______________________________________________<br>
Za-pm mailing list<br>
Za-pm@pm.org<br>
<a href="http://mail.pm.org/mailman/listinfo/za-pm" eudora="autourl">
http://mail.pm.org/mailman/listinfo/za-pm</a>
</blockquote>_______________________________________________<br>
Za-pm mailing list<br>
Za-pm@pm.org<br>
<a href="http://mail.pm.org/mailman/listinfo/za-pm" eudora="autourl">
http://mail.pm.org/mailman/listinfo/za-pm</a> </blockquote></body>
</html>