Thread Unterschied (1 answers)
Opened by Froschpopo at 2005-04-01 20:25

Froschpopo
 2005-04-01 20:25
#43028 #43028
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
gibts nen Unterschied zwischen:
Code: (dl )
1
2
3
4
$options->command(
-label => 'Fotoalbum bearbeiten',
-command => sub{Edit)}
);

und:
Code: (dl )
1
2
3
4
5
$m->add(
'command',
-label => "Profil anzeigen",
-command => \&bla
);

View full thread Unterschied