DOCUMENTATION

SYNOPSIS

PERL PERL PROGRAM NAME: pre_built_big_stream
AUTHOR: 	Juan Lorenzo
DATE: 		May 19 2018 

DESCRIPTION 
    
BASED ON:
previous versions of the main L_SU.pm V0.1.1
 

USE

NOTES

Examples

SEISMIC UNIX NOTES

CHANGES and their DATES During refactoring of 2017 V 0.1.0 L_SU.pl

Instantiation

share the following parameters in same name 
space

sub get_hash_ref

	return ALL values of the private hash, supposedly
	important external widgets have not been reset ... only conditions
	are reset
	TODO: perhaps it is better to have a specific method
		to return one specific widget address at a time?
	}	
		foreach my $key (sort keys %$pre_built_big_stream_href) {
         print (" pre_built_big_stream,key is $key, value is $pre_built_big_stream_href->{$key}\n");
      }
	
	104
	 

sub set_flowNsuperflow_name_w

sub select

Chosen big stream
displays the parameter names and their values
but does not write them to a file
  	
foreach my $key (sort keys %$pre_built_big_stream_href) {
        print (" pre_built_big_stream,key is $key, value is $pre_built_big_stream_href->{$key}\n");
}

sub set_hash_ref

	imports external hash into private settings
	print(" pre_built_big_stream,set_hash_refderefed _prog_name_sref: ${$pre_built_big_stream_href->{_prog_name_sref}}\n");	 	 	 
 
  78 off, 78 off
  new variables are created with abbreviated names out of convenience
  

sub set_name_sref is this sub needed? $pre_built_big_stream_href->{_prog_name_sref} can also be imported via set_hash_ref if the calling module has set the program name previously

The $pre_built_big_stream_href->{_sub_ref} is collected but
and transferred from the current namespace 
into the selected subroutine in the superclass

1 POD Error

The following errors were encountered while parsing the POD:

Around line 306:

=cut found outside a pod block. Skipping to next block.