Help for this page

Select Code to Download


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