Help for this page

Select Code to Download


  1. or download this
    $obj->{color} = 'blue';
    print Dumper($obj);
    
  2. or download this
    22:39 >perl 1424_SoPW.pl
    $VAR1 = bless( {
    ...
                   }, 'Fruit' );
    
    22:40 >