Downloading Stock Prices - Finance::Quote Problems

Richard Lindgren richard_lindgren at outlook.com
Fri Jun 27 12:19:32 EDT 2014


Here is a copy of my last script that I entered. Not sure if this will tell
what Finance-Quote you need to know or not?

Richard


On Fri, Jun 27, 2014 at 12:01 PM, Fred Bone <Fred.Bone at dial.pipex.com>
wrote:

> On 27 June 2014 at 11:44, Richard Lindgren said:
>
> > How can I get this information to you?
>
> The same way you did before, when it produced the error message about a
> missing final quote mark. It looked as though you did a copy-and-paste
> from a console session into a text editor, but that's only my guess.
>
>
>
-------------- 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 10 subversion 1) 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 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICI
T_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE
-fno-strict-aliasing -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=perl510.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: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE
  Locally applied patches:
        ActivePerl Build 1008 [294165]
        0abd0d78 disable non-unicode case insensitive trie matching
        827da6a3 -t should only return TRUE for file handles connected to a TTY
        d956618 Make Term::ReadLine::findConsole fall back to STDIN if /dev/tty
can't be opened
  Built under MSWin32
  Compiled at Dec  9 2010 06:00:35
  @INC:
    C:/Perl/site/lib
    C:/Perl/lib
    .

C:\Users\RRLindgren>perl -MFinance::Quote -e"print ""Finance::Quote::VERSION\n""
"
Finance::Quote::VERSION

C:\Users\RRLindgren>


More information about the gnucash-user mailing list