Thread Module (28 answers)
Opened by Strazke at 2005-09-14 01:27

renee
 2005-09-14 09:34
#57883 #57883
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Brauchst Du die Daten irgendwann nochmal in $self?? Nein, dann tut es auch:
Code: (dl )
1
2
3
4
5
6
7
8
9
subb add_user{
my ($self,@data) = @_;
my $i = 0;
for(qw/nickname password firstname name gender birthday/){
$self->{$_} = $dbh->quote($data[$i]);
++$i;
}
# connect;
}
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Module