Help for this page

Select Code to Download


  1. or download this
    my $n = <D>; 
    
    eval( Dumper($n) );
    
    $n->show();
    
  2. or download this
    my $n = <D>;
    
    my $obj = eval $n;
    $obj->show();