$data = /some data read from file, perl object/; $data = $data->process_A( @options ); $data = $data->process_B( @more_options );