-
-
21 Jul 2009 21:33:39 UTC
- Distribution: RWDE
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (58 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (53.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Apache::Session
- Cache::Memcached
- Crypt::CBC
- Crypt::Rijndael
- DBD::Pg
- Data::Dumper
- Data::Validate::Domain
- Digest::HMAC_SHA1
- Digest::MD5
- Error
- Gearman::Client
- Gearman::Worker
- HTTP::Date
- MIME::Base64
- Mail::RFC822::Address
- NEXT
- Net::SMTP
- Net::Server
- SCGI
- Storable
- Sys::Syslog
- Template
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
baggage_handling
get_missing_hash
Create and populate a hash with input from a comma delim string
FIELDNAME($field[,$value])
All field names of the record are accessible via the field name. If a second parameter is provided, that value is stored as the data, otherwise the existing value if any is returned. Throws an 'undef' exception on error. It is intended to be called by an AUTOLOAD() method from the subclass.
Example:
$rec->owner_email('new@add.ress'); $rec->user_addr2(undef); print $rec->user_fname();
Would be converted by AUTOLOAD() in the subclass to calls like
$rec->FIELDNAME('owner_email','new@add.ress');
and so forth.
FIELDNAME()
All field names of the record are accessible via the field name. If a parameter is provided, that value is stored as the data, otherwise the existing value if any is returned. Throws an 'undef' exception on error.
Example:
$rec->password('blahblah'); print $rec->password();
Module Install Instructions
To install RWDE, copy and paste the appropriate command in to your terminal.
cpanm RWDE
perl -MCPAN -e shell install RWDE
For more information on module installation, please visit the detailed CPAN module installation guide.