Help for this page

Select Code to Download


  1. or download this
    inc $printnumber 1;
    
  2. or download this
    # Java'ish looking way
    my $Object = new Some::Class( $arg );
    
    # Simple method call
    my $Object = Some::Class->new( $arg );