Hi!
I've got a problem. I want to write a script that displays a startup window with a product logo or something else but I don't know how to create a window that has no title bar. Is there any way to write a window function like that?
Maybe something like arguments on calling
[b]$window =...
The error messages you described could have a simple solution. Do you use the module strict in your program?
If yóu do then delete this entry. The module requires every variable to be marked as my $var or glob $var. If you don't use this module you don't have to do this anymore.
Klofisch
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.