Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

Infinite loop in for/continue/next #3637

Closed p5pRT closed 20 years ago

p5pRT commented 23 years ago

Migrated from rt.perl.org#6231 (status was 'resolved')

Searchable as RT6231$

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto​:ron@​savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif

p5pRT commented 23 years ago

From rons@dolphin-it.com

This is a bug report for perl from ron@​savage.net.au \mailto&#8203;:ron@&#8203;savage\.net\.au \, generated with the help of perlbug 1.28 running under perl v5.6.0.

#!perl

use integer; use strict; use warnings;

# -----------------------------------------

for my $i (0\, 1) { print "Start for with \$i​: $i. \n"; next if ($i == 0); } continue { print "Start continue with \$i​: $i. \n"; next; }


Flags​:   category=core   severity=high


Site configuration information for perl v5.6.0​:

Configured by rons at Wed Sep 13 21​:03​:33 2000.

Summary of my perl5 (revision 5 version 6 subversion 0) 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   use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef   Compiler​:   cc='cl'\, optimize='-O1 -MD -DNDEBUG'\, gccversion=   cppflags='-DWIN32'   ccflags ='-O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   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​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'   libpth=C​:Program FilesMicrosoft Visual StudioVC98ib   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   libc=msvcrt.lib\, so=dll\, useshrplib=yes\, libperl=perl56.lib   Dynamic Linking​:   dlsrc=dl_win32.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags=' '\, lddlflags='-dll -nologo -nodefaultlib -release -libpath​:"C​:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine​:x86'

Locally applied patches​:   ACTIVEPERL_LOCAL_PATCHES_ENTRY


@​INC for perl v5.6.0​:   C​:\Scripts\General   C​:/Perl/lib   C​:/Perl/site/lib/MSWin32-x86-multi-thread   C​:/Perl/site/lib   .


Environment for perl v5.6.0​:   HOME (unset)   LANG (unset)   LANGUAGE (unset)   LD_LIBRARY_PATH (unset)   LOGDIR (unset)

PATH=C​:\Perl\bin\;C​:\Bin1;C​:\Bin;C​:\ImageMagick\VisualMagick\Bin;C​:\WINNT\sy stem32;C​:\WINNT;C​:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C​:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C​:\Program Files\Microsoft Visual Studio\Common\Tools;C​:\Program Files\Microsoft Visual Studio\VC98\bin;C​:\ImageMagick   PERL5LIB=C​:\Scripts\General   PERL_BADLANG (unset)   SHELL (unset)

Ron Savage Senior Web Developer DolphiniT 700 High St\, East Kew Victoria 3102 \mailto&#8203;:rons@&#8203;dolphin\-it\.com rons@​dolphin-it.com \<http​://www.dolphin-it.com/> http​://www.dolphin-it.com ph +613 9859 0500 fax +613 9859 0800 mob

___________________________________________ NOTICE - This communication contains information which is confidential and the copyright of Dolphin-iT or a third party.

If you are not the intended recipient of this communication please delete and destroy all copies and telephone Dolphin-iT on 03 9859 0500 immediately. If you are the intended recipient of this communication you should not copy\, disclose or distribute this communication without the written authority of Dolphin-iT.

Any views expressed in this Communication are those of the individual sender\, except where the sender specifically states them to be the views of Dolphin-iT. Except as required at law\, Dolphin-iT does not represent\, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors\, virus\, interception or interference.

p5pRT commented 23 years ago

From rons@dolphin-it.com

Dolphin-it-Logo.gif