Re: data manipulation

From: Tad McClellan (tadmc_at_augustmail.com)
Date: 10/10/03


Date: Thu, 9 Oct 2003 23:25:51 -0500

Bob <bNOoONb@not.pilbara.net.au> wrote:
> "Gunnar Hjalmarsson" <noreply@gunnar.cc> wrote in message
> news:bm3848$i2lpa$1@ID-184292.news.uni-berlin.de...

[ Snip a whole bunch of lines not needed for context. ]

> there are only 2 lines I don't clearly
> understand
>
> -> push @chunks, $chunk if $chunk;

Or, if you like/understand it better written this way:

   if ( $chunk ) {
      push @chunks, $chunk;
   }

> -> $chunk = '';
>
> After reading the push function description from "learning Perl" I am
> failing to understand exactly what is happening here.

if $chunk is a true value, then the value of $chunk gets tacked onto
the end of the @chunks array (ie. @chunks gets one element larger).

The second line clears out the accumulator for the next go-round.

-- 
    Tad McClellan                          SGML consulting
    tadmc@augustmail.com                   Perl programming
    Fort Worth, Texas


Relevant Pages

  • Re: Medical question for Doc Tom
    ... >medical advice or Stardust free room coupons. ... It is now over two months since Chunk bade us farewell, ... You may be nasty, BOB, and a potential asshole, but you will never ever be ...
    (alt.vacation.las-vegas)
  • Re: Medical question for Doc Tom
    ... > I haven't seen anyone besides BOB who wants the treasured laurel of being ... > Chunk II. ... > Just my opinion, Don ...
    (alt.vacation.las-vegas)
  • Re: What is CSRSS.exe ?
    ... Bob wrote: ... It seems to chew up a good chunk of my processing ... > power, particularly when using my favorite graphics app. ...
    (microsoft.public.win2000.general)
  • Re: earthquake in Kent
    ... Kent County, Texas? ... More like those upstart colonials have annexed a chunk of Mexico by force ...
    (sci.geo.geology)
  • Re: Insert speed (JDBC and MySQL)
    ... failure looks. ... Failing that, write a program that execs a fast flat-file import of a ... chunk, does something then spans the import of another chunk. ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.databases)