- or download this
#!/usr/bin/perl -w
use strict;
...
sub main {
# This part doesn't matter
}
- or download this
Argument "main" isn't numeric in subroutine entry at tk.pl line 6.
- or download this
exit( main( @ARGV ) );
- or download this
use base qw(Exporter DynaLoader);
@EXPORT = qw(Exists Ev exit MainLoop DoOneEvent tkinit);