fhem und perl - stelle ich mich jetzt gerade zu doof an?!

Begonnen von Guest, 22 September 2011, 10:42:01

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Hi,

habe schon ein paar Wochen nichts an meiner fhem-Installation gemacht,
wollte gestern ein wenig weiterbasteln. Auf einmal passiert folgendes:

============================================

/var/mod/root # telnet localhost 7072
{ print "Hallo\n"; }
Unknown command {, try help
Unknown command }, try help
list

Type list for detailed info.

_internal_:
   global               ()

CUL:
   CUL1                 (Initialized)

FHEMWEB:
   WEB                  (Initialized)
   WEBS                 (Initialized)

CUL_FHTTK:
   Bad_Fenster          (Closed)
   Kueche_Fenster       (Closed)
   SZ_Fenster           (Closed)
   WZ_Balkontuer        (Closed)
   WZ_Fenster           (Closed)

[...]

============================================


sprich: "{ perl-Ausdruck; }" geht nicht mehr. Habe ich gerade ein
totales Brett vor dem Kopf?!

Gruß

marte

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Eine Selbstanwort: Ja, ich hatte ein totales Brett vor dem Kopf.

{ print "Hallo\n"; }
Unknown command {, try help
Unknown command }, try help
{ print "Hallo\n";; }
1

=> Also, doppeltes Semikolon hilft. Nur, falls mal jemand das gleiche
"Problem" hat.

Gruß

marte

Am 22.09.2011 10:42, schrieb marte:
> Hi,
>
> habe schon ein paar Wochen nichts an meiner fhem-Installation gemacht,
> wollte gestern ein wenig weiterbasteln. Auf einmal passiert folgendes:
>
> ============================================
>
> /var/mod/root # telnet localhost 7072
> { print "Hallo\n"; }
> Unknown command {, try help
> Unknown command }, try help
> list
>
> Type list for detailed info.
>
> _internal_:
> global ()
>
> CUL:
> CUL1 (Initialized)
>
> FHEMWEB:
> WEB (Initialized)
> WEBS (Initialized)
>
> CUL_FHTTK:
> Bad_Fenster (Closed)
> Kueche_Fenster (Closed)
> SZ_Fenster (Closed)
> WZ_Balkontuer (Closed)
> WZ_Fenster (Closed)
>
> [...]
>
> ============================================
>
>
> sprich: "{ perl-Ausdruck; }" geht nicht mehr. Habe ich gerade ein
> totales Brett vor dem Kopf?!
>
> Gruß
>
> marte
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com