parthodas has asked for the wisdom of the Perl Monks concerning the following question:
open my $OUT, '>>', "$mycrdir/file_detail.txt" or die "Can't creat +e '$mycrdir/file_detail.txt'" ; while (my @row = $sth->fetchrow_array) { print $OUT @row, "\n"; } close $OUT;
117365theme-mb-structure-override.css$/Compass/CodeFreeze/SIEBEL 117365login.css$/Compass/CodeFreeze/SIEBEL
117365 theme-mb-structure-override.css $/Compass/CodeFreeze/SIEBEL 117365 login.css $/Compass/CodeFreeze/SIEBEL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Value of a query is returning without any delimiter
by Corion (Patriarch) on Aug 28, 2015 at 07:33 UTC | |
by Tux (Canon) on Aug 28, 2015 at 08:58 UTC | |
|
Re: Value of a query is returning without any delimiter
by Athanasius (Archbishop) on Aug 28, 2015 at 07:34 UTC | |
|
Re: Value of a query is returning without any delimiter
by Laurent_R (Canon) on Aug 28, 2015 at 07:53 UTC | |
|
Re: Value of a query is returning without any delimiter
by shadowsong (Pilgrim) on Aug 28, 2015 at 12:53 UTC | |
by parthodas (Acolyte) on Aug 31, 2015 at 08:15 UTC | |
|
Re: Value of a query is returning without any delimiter
by Myrddin Wyllt (Hermit) on Aug 28, 2015 at 13:08 UTC |