Front page | perl.perl5.porters |
Postings from October 2002
[perl #18114] [no subject]
Thread Next
From:
a.shankar@ti.com
Date:
October 28, 2002 18:43
Subject:
[perl #18114] [no subject]
Message ID:
rt-18114-40626.8.82459733616045@bugs6.perl.org
# New Ticket Created by a.shankar@ti.com
# Please include the string: [perl #18114]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18114 >
This is a bug report for perl from a.shankar@ti.com,
generated with the help of perlbug 1.33 running under perl v5.6.1.
-----------------------------------------------------------------
I wrote the following program:
$w1=<STDIN>;
$w2=<STDIN>;
@numlist = ($w1 .. $w2);
print @numlist;
[run]
-4 (first input)
0 (second input)
it prints nothing!
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=medium
---
Site configuration information for perl v5.6.1:
Configured by ActiveState at Mon Jun 17 21:32:50 2002.
Summary of my perl5 (revision 5 version 6 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
usethreads=undef use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='cl', ccflags
='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
optimize='-O1 -MD -DNDEBUG',
cppflags='-DWIN32'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=4
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='link', ldflags
'-nologo -nodefaultlib -release -libpath:"D:/Perl\lib\CORE" -machine:x86'
libpth="D:\Program Files\Microsoft.NET\FrameworkSDK\Lib\" "C:\Program
Files\Microsoft Visual Studio .NET\Vc7\lib\" "D:\Perl\lib\CORE"
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib
msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib
msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ',
ddlflags='-dll -nologo -nodefaultlib -release -libpath:"D:/Perl\lib\CORE"
-machine:x86'
Locally applied patches:
ACTIVEPERL_LOCAL_PATCHES_ENTRY
---
@INC for perl v5.6.1:
D:/Perl/lib
D:/Perl/site/lib
.
---
Environment for perl v5.6.1:
HOME (unset)
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=D:\Perl\bin\;D:\Program
Files\Microsoft.NET\FrameworkSDK\Bin\;C:\Program Files\Microsoft Visual
Studio
......NET\Common7\IDE\;C:\WINNT\Microsoft.NET\Framework\v1.0.3705\;C:\Program
Files\Microsoft Visual Studio
......NET\Vc7\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;d:\Program
Files\Rational\ClearQuest;C:\Program
Files\Rational\Clearcase\bin;;c:\abhishek
PERL_BADLANG (unset)
SHELL=D:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\mksnt\sh.exe
Abhishek Shankar
C6000 Catalog Apps Team
Texas Instruments India
Thread Next
-
[perl #18114] [no subject]
by a.shankar@ti.com