On Thu, 15 Mar 2001, Tom Allebrandi wrote:
> Use of uninitialized value in subroutine entry at line
>
Try adding this to your script:
sub warn_unless_win32_dialog_warning {
my ( $warning_message ) = @_;
my $hide_message = qr/^Use of uninitialized value in subroutine entry/;
Hi!
If I
#! perl -w
in a script that uses Win32::GUI, I get lots of
Use of uninitialized value in subroutine entry at line
where is the name of the script and is a line that says:
Win32::GUI::Dialog();
The messages occur as I move the mouse around over the dialog
Is there a package that would open a Windows print dialogue box to allow for
printing of a document opened in a RichEdit textbox?
Thanks to Jonathan Southwick for helping me out on my other question about
the RichEdit package.
> Lance S. Cuthbert
Has anyone figured out a way to change a window's -topmost value after the
window has already been created?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
4 matches
Mail list logo