Downloading Stock Prices - Finance::Quote Problems

Richard Lindgren rlindgren74 at gmail.com
Thu Jun 26 19:18:29 EDT 2014


Ok I did the cut and paste, but something is still wrong. I have attached a
copy of my script.

Richard


On Thu, Jun 26, 2014 at 6:43 PM, Richard Lindgren <rlindgren74 at gmail.com>
wrote:

> Erik
> Sorry, I forgot to attach the script.
>
> Richard
>
>
> On Thu, Jun 26, 2014 at 6:42 PM, Richard Lindgren <rlindgren74 at gmail.com>
> wrote:
>
>> Erik
>> I must be getting closer. The 1st part seemed to accept my input but the
>> 2nd part I am doing something wrong with the quote marks. Need help.
>>
>> Richard
>>
>>
>> On Thu, Jun 26, 2014 at 6:22 PM, Erik Colson <eco at ecocode.net> wrote:
>>
>>>
>>> On 27 Jun 2014, at 00:12, Richard Lindgren <rlindgren74 at gmail.com>
>>> wrote:
>>>
>>> > I guess I must not have done it correctly. I have attached my input so
>>> you can view it.
>>> >
>>>
>>> yep. you’re missing a lot of spaces.
>>> please use copy and paste to be sure to exactly enter commands as in my
>>> mail
>>>
>>> best
>>> --
>>> erik colson
>>>
>>>
>>>
>>>
>>
>
-------------- next part --------------
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\RRLindgren>perl -V
Set up gcc environment - gcc.exe (i686-posix-sjlj, built by strawberryperl.com p
roject) 4.8.2
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:

  Platform:
    osname=MSWin32, osvers=5.2, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='C:\STRAWB~1\c\bin\gcc.exe', ccflags ='-DNDEBUG -DWIN32 -D_CONSOLE -DNO_S
TRICT -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL
_IMPLICIT_SYS -DUSE_PERLIO -D_USE_32BIT_TIME_T -DHASATTRIBUTE -fno-strict-aliasi
ng -mms-bitfields',
    optimize='-O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='gcc.exe (i686-posix-sjlj, built by strawberryperl.
com project) 4.8.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksi
ze=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='C:\STRAWB~1\c\bin\g++.exe', ldflags ='-L"C:\Perl\lib\CORE"'
    libpth=\lib
    libs=-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32
-lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -
lodbccp32 -lcomctl32 -lmsvcrt
    perllibs=-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshel
l32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc
32 -lodbccp32 -lcomctl32 -lmsvcrt
    libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl516.lib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -L"C:\Perl\lib\CORE"'


Characteristics of this binary (from libperl):
  Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                        PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
                        USE_ITHREADS USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
                        USE_SITECUSTOMIZE
  Locally applied patches:
        ActivePerl Build 1604 [298023]
  Built under MSWin32
  Compiled at Apr 14 2014 14:32:20
  @INC:
    C:/Perl/site/lib
    C:/Perl/lib
    .

C:\Users\RRLindgren>perl -MFinance::Quote -e 'print "$Finance::Quote::VERSION\n"
'
Can't find string terminator "'" anywhere before EOF at -e line 1.

C:\Users\RRLindgren>


More information about the gnucash-user mailing list