-
-
16 Jan 2017 09:50:34 UTC
- Distribution: DBD-XBase
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (15)
- Testers (1318 / 19 / 8)
- Kwalitee
Bus factor: 0- 58.29% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (111.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
if (defined $m) { my @result = (( ref $m eq 'CODE' ) ? &{$m}( ref $match ? @$match : $match) : $m); if (@result == 1) { $match = $result[0]; } else { $match = [ @result ]; } $result->[$i + 1] = $match; } if (defined $stval) { my @result; if (ref $match) { @result = get_strings($match); } else { @result = $match; } if (ref $stval eq 'CODE') { &{$stval}($self, @result); } else { push @{$self->{$stval}}, @result; } }
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 570:
Unknown directive: =comment
Module Install Instructions
To install DBD::XBase, copy and paste the appropriate command in to your terminal.
cpanm DBD::XBase
perl -MCPAN -e shell install DBD::XBase
For more information on module installation, please visit the detailed CPAN module installation guide.