- or download this
package com.schooner.test;
...
}
}
- or download this
import com.schooner.test.JumpClass;
...
JumpClass j = JumpClass.getInstance();
|
|
- or download this
#!/usr/bin/perl -w
use strict;
...
my $jc = JumpClass::getInstance();
- or download this
Undefined subroutine &JumpClass::GetInstance called at jtest.pl line 4
+2.
- or download this
my $jc=main::com::schooner::test::JumpClass::getInstance();
- or download this
Can't call method "__validate_prototype" on an undefined value at (eva
+l 11) line 45.
- or download this
#!/usr/bin/perl -w
use strict;
...
print Dumper($jc);
- or download this
$VAR1 = bless( {}, 'main::com::schooner::test::JumpClass' );