Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Struct-Dumb

'Struct::Dumb' creates record-like structure types, similar to the 'struct' keyword in C, C++ or C#, or 'Record' in Pascal. An invocation of this module will create a construction function which returns new object references with the given field values. These references all respond to lvalue methods that access or modify the values stored. It's specifically and intentionally not meant to be an object class. You cannot subclass it. You cannot provide additional methods. You cannot apply roles or mixins or metaclasses or traits or antlers or whatever else is in fashion this week. On the other hand, it is tiny, creates cheap lightweight array-backed structures, uses nothing outside of core. It's intended simply to be a slightly nicer way to store data structures, where otherwise you might be tempted to abuse a hash, complete with the risk of typoing key names. The constructor will 'croak' if passed the wrong number of arguments, as will attempts to refer to fields that don't exist. Accessor-mutators will 'croak' if invoked with arguments. (This helps detect likely bugs such as accidentally passing in the new value as an argument, or attempting to invoke a stored 'CODE' reference by passing argument values directly to the accessor.) $ perl -E 'use Struct::Dumb; struct Point => [qw( x y )]; Point(30)' usage: main::Point($x, $y) at -e line 1 $ perl -E 'use Struct::Dumb; struct Point => [qw( x y )]; Point(10,20)->z' main::Point does not have a 'z' field at -e line 1 $ perl -E 'use Struct::Dumb; struct Point => [qw( x y )]; Point(1,2)->x(3)' main::Point->x invoked with arguments at -e line 1. Objects in this class are (currently) backed by an ARRAY reference store, though this is an internal implementation detail and should not be relied on by using code. Attempting to dereference the object as an ARRAY will throw an exception.

Found 3 sites for perl-Struct-Dumb

Found 44 RPM for perl-Struct-Dumb

PackageSummaryDistributionDownload
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia Cauldron for armv7hlperl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia Cauldron for x86_64perl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia Cauldron for aarch64perl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia 9 for i586perl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia 9 for armv7hlperl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia 9 for x86_64perl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia 9 for aarch64perl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.140.0-1.mga9.noarch.htmlMake simple lightweight record-like structuresMageia Cauldron for i686perl-Struct-Dumb-0.140.0-1.mga9.noarch.rpm
perl-Struct-Dumb-0.120.0-1.mga8.noarch.htmlMake simple lightweight record-like structuresMageia 8 for aarch64perl-Struct-Dumb-0.120.0-1.mga8.noarch.rpm
perl-Struct-Dumb-0.120.0-1.mga8.noarch.htmlMake simple lightweight record-like structuresMageia 8 for x86_64perl-Struct-Dumb-0.120.0-1.mga8.noarch.rpm
perl-Struct-Dumb-0.120.0-1.mga8.noarch.htmlMake simple lightweight record-like structuresMageia 8 for armv7hlperl-Struct-Dumb-0.120.0-1.mga8.noarch.rpm
perl-Struct-Dumb-0.120.0-1.mga8.noarch.htmlMake simple lightweight record-like structuresMageia 8 for i586perl-Struct-Dumb-0.120.0-1.mga8.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora Rawhide for x86_64perl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora Rawhide for aarch64perl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora Rawhide for ppc64leperl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora Rawhide for s390xperl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora 40 for x86_64perl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora 40 for aarch64perl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora 40 for ppc64leperl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-5.fc40.noarch.htmlMake simple lightweight record-like structuresFedora 40 for s390xperl-Struct-Dumb-0.14-5.fc40.noarch.rpm
perl-Struct-Dumb-0.14-3.fc39.noarch.htmlMake simple lightweight record-like structuresFedora 39 for x86_64perl-Struct-Dumb-0.14-3.fc39.noarch.rpm
perl-Struct-Dumb-0.14-3.fc39.noarch.htmlMake simple lightweight record-like structuresFedora 39 for aarch64perl-Struct-Dumb-0.14-3.fc39.noarch.rpm
perl-Struct-Dumb-0.14-3.fc39.noarch.htmlMake simple lightweight record-like structuresFedora 39 for ppc64leperl-Struct-Dumb-0.14-3.fc39.noarch.rpm
perl-Struct-Dumb-0.14-3.fc39.noarch.htmlMake simple lightweight record-like structuresFedora 39 for s390xperl-Struct-Dumb-0.14-3.fc39.noarch.rpm
Make simple lightweight record-like structuresperl-Struct-Dumb-0.14-1.6.noarch.rpm
perl-Struct-Dumb-0.14-1.5.noarch.htmlMake simple lightweight record-like structuresOpenSuSE Tumbleweed for noarchperl-Struct-Dumb-0.14-1.5.noarch.rpm
perl-Struct-Dumb-0.14-1.5.noarch.htmlMake simple lightweight record-like structuresOpenSuSE Ports Tumbleweed for noarchperl-Struct-Dumb-0.14-1.5.noarch.rpm
perl-Struct-Dumb-0.14-bp156.1.1.noarch.htmlMake simple lightweight record-like structuresOpenSuSE Leap 15.6 for noarchperl-Struct-Dumb-0.14-bp156.1.1.noarch.rpm
perl-Struct-Dumb-0.13-2.fc38.noarch.htmlMake simple lightweight record-like structuresFedora 38 for x86_64perl-Struct-Dumb-0.13-2.fc38.noarch.rpm
perl-Struct-Dumb-0.13-2.fc38.noarch.htmlMake simple lightweight record-like structuresFedora 38 for aarch64perl-Struct-Dumb-0.13-2.fc38.noarch.rpm
perl-Struct-Dumb-0.13-2.fc38.noarch.htmlMake simple lightweight record-like structuresFedora 38 for ppc64leperl-Struct-Dumb-0.13-2.fc38.noarch.rpm
perl-Struct-Dumb-0.13-2.fc38.noarch.htmlMake simple lightweight record-like structuresFedora 38 for s390xperl-Struct-Dumb-0.13-2.fc38.noarch.rpm
perl-Struct-Dumb-0.13-bp155.1.5.noarch.htmlMake simple lightweight record-like structuresOpenSuSE Leap 15.5 for noarchperl-Struct-Dumb-0.13-bp155.1.5.noarch.rpm
perl-Struct-Dumb-0.12-9.fc37.noarch.htmlMake simple lightweight record-like structuresFedora 37 for x86_64perl-Struct-Dumb-0.12-9.fc37.noarch.rpm
perl-Struct-Dumb-0.12-9.fc37.noarch.htmlMake simple lightweight record-like structuresFedora 37 for aarch64perl-Struct-Dumb-0.12-9.fc37.noarch.rpm
perl-Struct-Dumb-0.12-9.fc37.noarch.htmlMake simple lightweight record-like structuresFedora 37 for ppc64leperl-Struct-Dumb-0.12-9.fc37.noarch.rpm
perl-Struct-Dumb-0.12-9.fc37.noarch.htmlMake simple lightweight record-like structuresFedora 37 for s390xperl-Struct-Dumb-0.12-9.fc37.noarch.rpm
perl-Struct-Dumb-0.12-6.el9.noarch.htmlMake simple lightweight record-like structuresEPEL 9 for ppc64leperl-Struct-Dumb-0.12-6.el9.noarch.rpm
perl-Struct-Dumb-0.12-6.el9.noarch.htmlMake simple lightweight record-like structuresEPEL 9 for x86_64perl-Struct-Dumb-0.12-6.el9.noarch.rpm
perl-Struct-Dumb-0.12-6.el9.noarch.htmlMake simple lightweight record-like structuresEPEL 9 for aarch64perl-Struct-Dumb-0.12-6.el9.noarch.rpm
perl-Struct-Dumb-0.12-6.el9.noarch.htmlMake simple lightweight record-like structuresEPEL 9 for s390xperl-Struct-Dumb-0.12-6.el9.noarch.rpm
perl-Struct-Dumb-0.12-bp154.1.22.noarch.htmlMake simple lightweight record-like structuresOpenSuSE Leap 15.4 for noarchperl-Struct-Dumb-0.12-bp154.1.22.noarch.rpm
perl-Struct-Dumb-0.09-bp153.1.15.noarch.htmlMake Simple Lightweight Record-Like StructuresOpenSuSE Leap 15.3 for noarchperl-Struct-Dumb-0.09-bp153.1.15.noarch.rpm
perl-Struct-Dumb-0.09-lp152.3.2.noarch.htmlMake Simple Lightweight Record-Like StructuresOpenSuSE Leap 15.2 for noarchperl-Struct-Dumb-0.09-lp152.3.2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet