Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: master-timer 0.5.1 bugfix/enhancement



On Sun, 24 Mar 2002, Henning Holtschneider (HH) wrote:

HH> +      $retval[$linenum] = $_;
HH> +      $linenum++;


you may want to save the variable $linenum by using $#retval instead.
or speedup even more by using the push function (see man perlfunc for more
details)


c ya
        Sergei
--
--------------------------------------------------------------------
         eMail:       Sergei.Haller@math.uni-giessen.de
--------------------------------------------------------------------
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain




Home | Main Index | Thread Index