You probably know this, but when I try to start logdrake I get:
Backslash found where operator expected at /usr/sbin/logdrake line 507,
near "print "mcdtg !\"
(Might be a runaway multi-line !! string starting on line 484)
(Do you need to predeclare print?)
String found where operator expected at /usr/sbin/logdrake line 525, near
"$dialog->set_title(_(""
(Might be a runaway multi-line "" string starting on line 507)
(Missing semicolon on previous line?)
Bareword found where operator expected at /usr/sbin/logdrake line 525,
near "$dialog->set_title(_("logdrake"
(Missing operator before logdrake?)
String found where operator expected at /usr/sbin/logdrake line 529, near
"my $button = new Gtk::Button _(""
(Might be a runaway multi-line "" string starting on line 525)
(Missing semicolon on previous line?)
Bareword found where operator expected at /usr/sbin/logdrake line 529,
near "my $button = new Gtk::Button _("OK"
(Do you need to predeclare my?)
String found where operator expected at /usr/sbin/logdrake line 536, near
"my $button2 = new Gtk::Button _(""
(Might be a runaway multi-line "" string starting on line 529)
(Missing semicolon on previous line?)
Bareword found where operator expected at /usr/sbin/logdrake line 536,
near "my $button2 = new Gtk::Button _("Cancel"
(Do you need to predeclare my?)
String found where operator expected at /usr/sbin/logdrake line 563, near
"# $::isEmbedded = ($::XID, $::CCPID) = "
"
(Might be a runaway multi-line "" string starting on line 536)
(Missing semicolon on previous line?)
Array found where operator expected at /usr/sbin/logdrake line 563, at end
of line
(Missing operator before ?)
String found where operator expected at /usr/sbin/logdrake line 620, near
"# added missing space in ""
(Might be a runaway multi-line "" string starting on line 563)
(Missing semicolon on previous line?)
Bareword found where operator expected at /usr/sbin/logdrake line 620,
near "# added missing space in "matching"
(Missing operator before matching?)
String found where operator expected at /usr/sbin/logdrake line 644, near
"# added ""
(Might be a runaway multi-line "" string starting on line 620)
(Missing semicolon on previous line?)
Bareword found where operator expected at /usr/sbin/logdrake line 644,
near "# added "Gtk"
(Missing operator before Gtk?)
syntax error at /usr/sbin/logdrake line 507, near "print "mcdtg !\"
Can't find string terminator '"' anywhere before EOF at /usr/sbin/logdrake
line 644.
Regards,
Mattias