in reply to Can't locate object method "se" via package "warnings"
Can you check c:\perl\5.14.2\lib\threads.pm? It should start with
package threads; use 5.008; use strict; use warnings;
But, for some reason, perl thinks the file has se warnings; on line 3.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate object method "se" via package "warnings"
by slugger415 (Monk) on Mar 05, 2012 at 17:43 UTC | |
by ikegami (Patriarch) on Mar 05, 2012 at 21:03 UTC | |
by slugger415 (Monk) on Mar 05, 2012 at 23:13 UTC |