This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Exd
Watch
1
Star
0
Fork
0
You've already forked Exd
Code
Issues
Pull Requests
Releases
Wiki
Activity
43363837b6
Exd
/
scripts
/
main.pl
10 lines
100 B
Perl
Raw
Normal View
History
Unescape
Escape
Adding initial GUI.
2024-10-13 02:20:45 +02:00
#!/usr/bin/env perl
use
v5
.40
.0
;
use
strict
;
use
warnings
;
use
Exd::Gui
;
Fixing multiple opened app instances debacle, everything had a really poor design.
2024-10-19 20:38:58 +02:00
Exd::Gui
-
>
new
-
>
start
(
)
;
Reference in New Issue
Copy Permalink