Jeremy, Johan, thanks you were both right in this case :)
I'm trying to get a routine running as either a subroutine or more ideally
an object(using strict and diagnostic). It works fine if it is all in the
main body but once I put it in a subroutine It generates errors when trying
to access the subroutine called from the "button Click" subroutine. So f
my $Win = new Win32::GUI::Window(
-left => 276,
-top=> 365,
-width => 580,
-height => 361,
-name => "Win",
-text => "Single Runner"
);
my $Bad_Results = new Win32::GUI::Window(
-left => 460,
-top=> 372,
I'm trying to get a routine running as either a subroutine or more ideally
an object(using strict and diagnostic). It works fine if it is all in the
main body but once I put it in a subroutine It generates errors when trying
to access the subroutine called from the "button Click" subroutine. So f
4 matches
Mail list logo