All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Linuxwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:13, 29 March 2023 Sunflower talk contribs created page Perl/wecker.pl (Created page with "#!/usr/bin/perl # Usage: perl wecker.pl <popup message> # Depends: perl-tk use strict; use Tk; use utf8; use Encode qw(decode encode); my $input = $ARGV[0]; my $message = d...")