perl -e 'print(join("\n",@INC,""))' : External_HD:MacPerl:Perl-5.6.0:macos:lib: External_HD:MacPerl:Perl-5.6.0:lib: External_HD:MacPerl:Perl-5.6.0:macos:ext: External_HD:MacPerl:Perl-5.6.0: : Directory External_HD:MacPerl:perl-5.6.0:t:comp: files perl bproto.t 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 perl cmdopt.t 1..44 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 perl colon.t 1..25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 cpp.aux perl cpp.t ### ToolServer - Command "./perl -P comp/cpp.aux" was not found. perl decl.t 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 perl multiline.t 1..5 ok 1 ok 2 ok 3 not ok 4 not ok 5 perl package.t 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 perl proto.t 1..107 ######################### # Testing no prototype ######################### ok 1 # @_ = () ok 2 # @_ = (5) ok 3 # @_ = (a,b,c,d) ok 4 # @_ = (6) ok 5 # @_ = (a,b,c,d) ok 6 ######################### # Testing () ######################### ok 7 # @_ = () ok 8 # @_ = () ok 9 # @_ = () ok 10 # @_ = (a,b,c,d) ok 11 # @_ = (1,2) ok 12 ok 13 ######################### # Testing ($) ######################### ok 14 # @_ = (1) ok 15 # @_ = (5) ok 16 # @_ = (a,b,c,d) ok 17 # @_ = (1,2) ok 18 ok 19 ok 20 # @_ = (4) ok 21 ######################### # Testing ($@) ######################### ok 22 # @_ = (1) ok 23 # @_ = (1,2) ok 24 # @_ = (5) ok 25 # @_ = (a,b,c,d) ok 26 # @_ = (1,2) ok 27 # @_ = (1,a,b,c,d) ok 28 ok 29 # @_ = (4) ok 30 # @_ = (4,1) ok 31 # @_ = (4,1,2) ok 32 # @_ = (4,a,b,c,d) ok 33 ######################### # Testing ($%) ######################### ok 34 # @_ = (1) ok 35 # @_ = (1,2,3) ok 36 # @_ = (5) ok 37 # @_ = (a,b,c,d) ok 38 # @_ = (1,2) ok 39 # @_ = (1,a,b,c,d) ok 40 ok 41 # @_ = (4) ok 42 # @_ = (4,1) ok 43 # @_ = (4,1,2) ok 44 # @_ = (4,a,b,c,d) ok 45 ######################### # Testing ($;$) ######################### ok 46 # @_ = (1) ok 47 # @_ = (1,3) ok 48 # @_ = (5) ok 49 # @_ = (a,b,c,d) ok 50 # @_ = (1,2,3) ok 51 # @_ = (1,a,b,c,d) ok 52 ok 53 ok 54 # @_ = (4) ok 55 # @_ = (4,1) ok 56 # @_ = (4,4) ok 57 ######################### # Testing (&) ######################### ok 58 # @_ = (CODE(0x3716874)) ok 59 # @_ = (CODE(0x374a840)) ok 60 ok 61 ######################### # Testing (&\@) ######################### ok 62 # @_ = (CODE(0x374b004),ARRAY(0x3748e5c)) ok 63 ######################### # Testing (&@) ######################### ok 64 # @_ = (CODE(0x374b1fc),O,K, ,65) ok 65 ######################### # Testing (%) ######################### ok 66 # @_ = (a) ok 67 # @_ = (a,b) ok 68 ######################### # Testing (\%) ######################### ok 69 # @_ = (HASH(0x3748e74)) ok 70 ok 71 ######################### # Testing (\@@) ######################### ok 72 # @_ = (ARRAY(0x3748e5c),x) ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 perl redef.t 1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 perl require.t 1..20 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 perl script.t 1..3 not ok 1 not ok 2 not ok 3 perl term.t 1..23 #1 :\n: eq :\n: ok 1 #2 :\n: eq :\n: ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 perl use.t 1..27 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 Summary of my undef (revision undef version 6 subversion 0) configuration: Platform: osname=MacOS, osvers=7.6, archname=MacCFM68K uname='undef' config_args='undef' hint=undef, useposix=undef, d_sigaction=/**/ usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define useperlio=/**/ d_sfio=defined uselargefiles=undef use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef Compiler: cc='undef', optimize='undef', gccversion=undef cppflags='undef' ccflags ='undef' stdchar='undef', d_stdstdio=/**/, usevfork=undef intsize=undef, longsize=undef, ptrsize=undef, doublesize=undef d_longlong=undef, longlongsize=undef, d_longdbl=undef, longdblsize=undef ivtype='undef', ivsize=undef, nvtype='undef', nvsize=undef, Off_t='undef', lseeksize=undef alignbytes=undef, usemymalloc=undef, prototype=/**/ Linker and Libraries: ld='undef', ldflags ='undef' libpth=undef libs=undef libc=undef, so=undef, useshrplib=undef, libperl=undef Dynamic Linking: dlsrc=undef, dlext=undef, d_dlsymun=undef, ccdlflags='undef' cccdlflags='undef', lddlflags='undef' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT Built under MacOS Compiled at Apr 11 2000 22:19:44 @INC: : External_HD:MacPerl:Perl-5.6.0:macos:lib: External_HD:MacPerl:Perl-5.6.0:lib: External_HD:MacPerl:Perl-5.6.0:macos:ext: External_HD:MacPerl:Perl-5.6.0: : --- "the universe is not only queerer than we suppose, but queerer than we can suppose" - Haldane Larry Moore Fergus On Canada N1M 1V7 ljmoore@freespace.net http://freespace.net/~ljmoore/Larry_resume.html ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-porters-request@macperl.org