Help for this page

Select Code to Download


  1. or download this
    use test::object;
    my $x='object';
    my $y=test::$x->new();
    
  2. or download this
    use test::object;
    my $x='object';
    my $y=test::.$x->new();