Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000309.001] Code Ref - or my stupidness
Thread Next
From:
jarausch
Date:
March 9, 2000 06:26
Subject:
[ID 20000309.001] Code Ref - or my stupidness
Message ID:
200003091144.MAA49885@numa1.igpm.rwth-aachen.de
This is a bug report for perl from jarausch@igpm.rwth-aachen.de,
generated with the help of perlbug 1.27 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
Please explain this to me if it's not a bug
use strict;
my $FRf = \&sin;
print "sin(1)= ",sin(1),"\n"; # OK
print "sin(1)= ",&$FRf(1),"\n"; # Undefined subroutine &main::sin called at ...
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl v5.6.0:
Configured by jarausch at Tue Mar 7 08:15:38 CST 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=irix, osvers=6.5, archname=IP26-irix
uname='irix64 numa1 6.5 10181059 ip26 '
config_args='-Dcc=cc -Dprefix=/usr/LOCAL -Dlocincpth=/usr/LOCAL/include -Dloclibpth=/usr/LOCAL/lib'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc', optimize='-g3 -O3 -OPT:Olimit=0:space=on -mips4', gccversion=
cppflags='-D_BSD_TYPES -D_BSD_TIME -I/usr/LOCAL/include -DLANGUAGE_C'
ccflags ='-D_BSD_TYPES -D_BSD_TIME -I/usr/LOCAL/include -DLANGUAGE_C'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -Wl,-woff,84 -L/usr/LOCAL/lib'
libpth=/usr/LOCAL/lib /usr/lib32 /lib32
libs=-lgdbm -ldb -lm -lc
libc=/usr/lib32/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/usr/LOCAL/lib/perl5/5.6.0/IP26-irix/CORE'
cccdlflags='-KPIC', lddlflags='-shared -L/usr/LOCAL/lib'
Locally applied patches:
v5.6.0-RC1
---
@INC for perl v5.6.0:
/usr/LOCAL/lib/perl5/5.6.0/IP26-irix
/usr/LOCAL/lib/perl5/5.6.0
/usr/LOCAL/lib/perl5/site_perl/5.6.0/IP26-irix
/usr/LOCAL/lib/perl5/site_perl/5.6.0
/usr/LOCAL/lib/perl5/site_perl
.
---
Environment for perl v5.6.0:
HOME=/usr/people/jarausch
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=.:/usr/people/jarausch/bin:/usr/PRIVATE/bin:/usr/LOCAL/bin:/usr/LOCAL/teTeX/bin:/usr/bin:/usr/java/bin:/usr/bsd:/bin:/usr/bin/X11:/usr/local/bin:/usr/local/bin/X11:/usr/sbin:/usr/demos/bin
PERL_BADLANG (unset)
SHELL=/bin/zsh
Thread Next
-
[ID 20000309.001] Code Ref - or my stupidness
by jarausch