I am having problems with my script, foo.pl.
I try to run it, but I get "error : broken widget, line 54"
What does this mean? I'm sure I've initialized $widget properly. Please help!
my $widget; ... etc.
but I don't recollect ever seeing "the lines posted start at 51, stop at 60, then resume at 90 on the next snippet", or somesuch. This occasionally makes it difficult to troubleshoot what's going on.
THEREFORE
I would like to suggest adding an ATTRIBUTE to the honorable <code> tag, startline. When the startline attribute is present,e.g., <code startline=51>..., the output would be similar to the code catacombs :
and so on.51 : my $widget; 52 : ... 53 : ... 54 : my $widget->break(horribly); 55 : ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: suggestion : change to code tag
by Masem (Monsignor) on May 19, 2001 at 07:23 UTC | |
(dws)Re: suggestion : change to code tag
by dws (Chancellor) on May 20, 2001 at 02:36 UTC | |
Re: suggestion : change to code tag (discussion)
by deprecated (Priest) on May 21, 2001 at 01:56 UTC | |
by Vynce (Friar) on May 23, 2001 at 15:42 UTC | |
Re: suggestion : change to code tag
by tadman (Prior) on May 23, 2001 at 20:10 UTC | |
by chipmunk (Parson) on May 23, 2001 at 23:26 UTC | |
by HamNRye (Monk) on May 25, 2001 at 03:18 UTC |