eoin has asked for the wisdom of the Perl Monks concerning the following question:
Now I've never used this kind of code before I got it from the example included in the Module Crypt::CBC. Now from this piece of code Perl produces the error:my $widget = $text2->Subwidget("text") ; tie *STDOUT, ref $widget, $widget;
Now I'm not to sure what this means, and also what is the package that it refers toTk::Error: Can't locate object method "TIEHANDLE" via package "" at cb +c.pl line 162.
via package "". I would greatly appreiciate any help you can give as I'm beagáiní confused.
If everything seems to be going well, you obviously don't know what the hell is going on.
Edit by tye, change PRE to CODE around long line
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: object method "TIEHANDLE"
by bbfu (Curate) on Oct 21, 2003 at 21:44 UTC | |
|
Re: object method "TIEHANDLE"
by liz (Monsignor) on Oct 21, 2003 at 20:45 UTC |