- or download this
package TryOut;
...
my @data :Field( 'Standard' => 'data', 'Permission' => 'private');
}
- or download this
#!/usr/bin/perl
...
use TryOut;
my $obj = TryOut->new();
- or download this
OIO::Internal error: Failure creating accessor for class 'TryOut'
Error: OIO::Method error: Can't call private method 'TryOut->get_data'
+ from class 'Object::InsideOut'
Package: Object::InsideOut
File: /usr/local/share/perl/5.8.8/Object/InsideOut.pm
...
- or download this
my @data :Field( 'Standard' => 'data', 'Permission' => 'private');