Hi Jaap
Here is the diagnostics I get .
I'm using a lot of Tk modules and PAR , when I PP the code
I used the -M Module::m_name for all the Tk I use
and for all the modules I wrote
Use of uninitialized value in pattern match (m//)
at /loader/0x481a08/utf8_heavy.pl line 164.
Use of uninitialized value in scalar assignment
at /loader/0x481a08/utf8_heavy.pl line 180.
Use of uninitialized value in pattern match (m//)
at /loader/0x481a08/utf8_heavy.pl line 181.
Use of uninitialized value in scalar assignment
at /loader/0x481a08/utf8_heavy.pl line 238.
Use of uninitialized value in pattern match (m//)
at /loader/0x481a08/utf8_heavy.pl line 241.
Use of uninitialized value in scalar assignment
at /loader/0x481a08/utf8_heavy.pl line 290.
Use of uninitialized value in pattern match (m//)
at /loader/0x481a08/utf8_heavy.pl line 291.
panic: swash_fetch.
at /users/michaelg/perl-5.8.0/lib/5.8.0/sun4-solaris/Tk/Widget.pm line 190
Tk::Widget::new('Tk::Label','MainWindow=HASH(0xb31edc)','-background','#bdFbbb3baaaf') called
at /users/michaelg/perl-5.8.0/lib/5.8.0/sun4-
solaris/Tk/Widget.pm line 256
Tk::Widget::__ANON__('MainWindow=HASH(0xb31edc)','-background','#bdFbbb3baaaf') called at script/rgp.pl line 102
require main called at ../blib/lib/PAR.pm line 211
PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x551b58)',1) called at script/main.pl line 4
require main called at ../blib/lib/PAR.pm line 211
PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x551c54)') called at ../blib/lib/PAR.pm line 189
PAR::import('PAR') called at par.pl line 680
eval {...} called at par.pl line 165
__par_pl::BEGIN() called at /users/michaelg/perl-5.8.0/lib/5.8.0/sun4-solaris/Tk/Dialog.pm line 0
eval {...} called at /users/michaelg/perl-
5.8.0/lib/5.8.0/sun4-solaris/Tk/Dialog.pm line 0
at script/rgp.pl line 102
Font -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-* still in cache.
Thx for your help
michaelg
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.