use Mosche;
msg{'002'} = "text"
hier wird ein sogenanntes hash angelegt.
nummer 2 $msg002 = "text";
ist eine ganz normale Variable (skalarwert);
Wobei $msg{'002'} auch ein Skalar ist...
use Tschoe qw(Matti);
use Mosche;
msg{'002'} = "text"
hier wird ein sogenanntes hash angelegt.
nummer 2 $msg002 = "text";
ist eine ganz normale Variable (skalarwert);
Wobei $msg{'002'} auch ein Skalar ist...
use Tschoe qw(Matti);