Jetzt wir mir noch folgende Fehlermeldung angezeigt:
Software error:Global symbol "$pics_breack" requires explicit package name at C:/xampp/htdocs/cw/pic.cgi line 24.
Global symbol "$pics_brack" requires explicit package name at C:/xampp/htdocs/cw/pic.cgi line 29.
Global symbol "$page_count" requires explicit package name at C:/xampp/htdocs/cw/pic.cgi line 37.
Bareword "pics_break" not allowed while "strict subs" in use at C:/xampp/htdocs/cw/pic.cgi line 28.
Bareword "pics_break" not allowed while "strict subs" in use at C:/xampp/htdocs/cw/pic.cgi line 31.
Execution of C:/xampp/htdocs/cw/pic.cgi aborted due to compilation errors.
Das ist eine durch use strict getriggerte Prüfung welche dich darauf aufmerksam machen sollte, dass
brack != break != breack
Achte auf deine Typos!
mfg Beat