Thread IO::File::Crypt: Gibts sowas? (26 answers)
Opened by esskar at 2005-02-08 11:29

sri
 2005-02-13 19:35
#51617 #51617
User since
2004-01-29
828 Artikel
BenutzerIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
my $Config = {};

sub config {
my ($class, %args) = @_;
if(%args) {
while(my($key, $val) = each %args) {
$Config->{$key} = $val;
}
}
return $Config;
}


Das ist sehr pfui, macht mehrere instanzen naemlich unmoeglich

View full thread IO::File::Crypt: Gibts sowas?