Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse,-p -e 'my $map = match_maprow_by_hash $self( $first
    + );'
    (my $map = $self->match_maprow_by_hash($first));
    -e syntax OK
    
  2. or download this
    $objref = new Doggie( Tail => 'short', Ears => 'long' );
    
    $objref = Doggie->new(Tail => 'short', Ears => 'long');