chop(LIST) inconsistency?

2001-02-02 Thread Michael G Schwern
Consider the following: $ perl -wle '@t = qw(some stuff); print chop(@t)' f $ perl -wle '@t = qw(some stuff); print chop(@t[0..1])' e $ perl -wle '$t1 = "some"; $t2 = "stuff"; print chop($t1, $t2)' e This shows up in 5.005_03, 5.6.0 and 5.7.0.

Re: [ID 20010202.001] not able to install perl in solaris 2.6

2001-02-02 Thread Nick Ing-Simmons
Munkiet Kom <[EMAIL PROTECTED]> writes: >Hello, > >I have been trying install perl in my company unix servers. There is no problem >with the rs6000 machine, but i encounter problem with the sun servers. > >The myconfig output is attached as follow : > >(See attached file: myconfig.txt) > >The make