Thread Name /.*::.*/ used only once: possible typo at
(18 answers)
Opened by Knuddlbaer at 2004-04-18 02:04
[quote=format_c,18.04.2004, 15:49]Kannst ein Objekt erstellen, und die Werte als Eigenschaften des Objektes mitgeben.
[...] Dann my $obj = CLASS::modul->new(); print $obj->{EINWERT};[/quote] Man kann aber auch (und das finde ich jetzt mal schön :o) %options; GetOptions(\%options,"source|a=s); schreiben und hat das im hash :o) thx noch ma an Dubu, der Link ist Gold wert :) |