mld has asked for the wisdom of the Perl Monks concerning the following question:
use Tk;
$mwin = MainWindow->new();
#$mwin->title("Hello")
The following errors are displayed
Subroutine Cwd::fastcwd redefined at C:/Perl/lib/XSLoader.pm line 91.
Subroutine Cwd::cwd redefined at C:/Perl/lib/Cwd.pm line 547.
Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 548.
Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 549.
Subroutine Cwd::fastgetcwd redefined at C:/Perl/lib/Cwd.pm line 550.
Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 551.
Prototype mismatch: sub Cwd::abs_path (;$) vs none at C:/Perl/lib/Cwd.pm line 551.
Subroutine Cwd::realpath redefined at C:/Perl/lib/Cwd.pm line 552.
Prototype mismatch: sub Cwd::realpath (;$) vs none at C:/Perl/lib/Cwd.pm line 552.
False [] range "\s-" in regex; marked by <-- HERE in m/\bkoi8\s- <-- HERE _*(ru)$/ at C:/Perl/lib/Encode/Alias.pm line 196.
Help me in resolving the same
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Subroutine redefined Error
by Narveson (Chaplain) on Mar 27, 2009 at 10:27 UTC | |
|
Re: Subroutine redefined Error
by GrandFather (Saint) on Mar 27, 2009 at 10:28 UTC | |
by mld (Acolyte) on Mar 27, 2009 at 11:00 UTC | |
by Anonymous Monk on Mar 27, 2009 at 11:20 UTC | |
by Marshall (Canon) on Mar 28, 2009 at 14:07 UTC | |
by GrandFather (Saint) on Mar 27, 2009 at 23:01 UTC | |
by Anonymous Monk on Mar 28, 2009 at 14:11 UTC | |
by Marshall (Canon) on Mar 28, 2009 at 14:14 UTC |