Help for this page

Select Code to Download


  1. or download this
    {
    my $returned_data = [ ];
    ...
      munge_it( $datum );
    }
    }
    
  2. or download this
    my $line_holder = Line::Holding->new( );
    
    routine_wanting_callback( sub { $line_holder->hold( $_[0] ) } );
    
    $line_holder->process_held_lines;