Hallo Forum,
ohne "use strict" gibt folgendes...
$a = "Hallo";
$$a = "Welt";
print $Welt;
...den Text "Hallo Welt" aus.
Benutze ich das Modul "strict", so erhalte ich einen Fehler.
Wie kann man das mit "strict" umsetzen?
Danke schonmal.
Hallo Forum,
ohne "use strict" gibt folgendes...
$a = "Hallo";
$$a = "Welt";
print $Welt;
...den Text "Hallo Welt" aus.
Benutze ich das Modul "strict", so erhalte ich einen Fehler.
Wie kann man das mit "strict" umsetzen?
Danke schonmal.