Thread Name /.*::.*/ used only once: possible typo at (18 answers)
Opened by Knuddlbaer at 2004-04-18 02:04

Knuddlbaer
 2004-04-18 19:02
#81652 #81652
User since
2004-04-13
32 Artikel
BenutzerIn
[default_avatar]
[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 :)

View full thread Name /.*::.*/ used only once: possible typo at