Re: Converting a list join to a scaler/string
From: sdfgsd (footnipple_at_indiatimes.com)
Date: 11/06/03
- Next message: Newbie: "how to access a (global) variable across files"
- Previous message: A. Sinan Unur: "Re: Bug in 5.8.0? . op is very slow"
- In reply to: Anno Siegel: "Re: Converting a list join to a scaler/string"
- Next in thread: J. Gleixner: "Re: Converting a list join to a scaler/string"
- Reply: J. Gleixner: "Re: Converting a list join to a scaler/string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 06 Nov 2003 14:25:00 GMT
"Anno Siegel" <anno4000@lublin.zrz.tu-berlin.de> wrote in message
news:bodl1l$n2$1@mamenchi.zrz.TU-Berlin.DE...
> sdfgsd <footnipple@indiatimes.com> wrote in comp.lang.perl.misc:
<snip>
> > The comma could not be stripped from the string produced by the join
>
> Of course not. Remember how you built the string? The parts were
>
> my @quoted = map {"'$_', "} @fields;
>
> These all end with a comma *and a blank*, and so does the joined string
> you build from them. No mystery at all.
>
> Anno
>
OH Jeez!! Thanks.
- Next message: Newbie: "how to access a (global) variable across files"
- Previous message: A. Sinan Unur: "Re: Bug in 5.8.0? . op is very slow"
- In reply to: Anno Siegel: "Re: Converting a list join to a scaler/string"
- Next in thread: J. Gleixner: "Re: Converting a list join to a scaler/string"
- Reply: J. Gleixner: "Re: Converting a list join to a scaler/string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|