DOCUMENTATION

SYNOPSIS

PERL PERL PROGRAM NAME: decisions.pm 
AUTHOR: Juan Lorenzo
DATE: June 22 2017 

DESCRIPTION 
    

BASED ON:
Version 0.1 April 18 2017  
    Added a simple configuration file readable 
flow
   and writable using Config::Simple (CPAN)

Version 0.2 
   incorporate more object oriented classes
  
TODO: Simple (ASCII) local configuration
     file is Project_Variables.config

USE

NOTES only sets values internally does not modify values that are used outside the package used to confirm the suitablility of conditions before proceeding.

Examples

CHANGES and their DATES

Notes from bash

inheritance

Import modules

Instantiation

private hash

27

sub reset

sub _reset

sub get4_FileDialog_Delete

sub get4_FileDialog_select

sub get4FileDialog_open_perl

sub get4_FileDialog_SaveAs

sub get4flow_select OK if we are selecting a user-built flow box

sub get4delete_from_flow_button

foreach my $key (sort keys %$decisions) { print ("decisions,get4delete_from_flow_button4,key is $key, value is $decisions->{$key}\n"); }

sub get4delete_whole_flow_button

sub get4help

sub get4run_select

sub set4_FileDialog_Delete

sub set4_FileDialog_select

my $selected_file_name = $hash_ref->{_selected_file_name};
print("decisions,selected_file_name:$selected_file_name\n"); 

if ( $selected_file_name ne '') {
	$decisions->{_is_selected_file_name}  = $true; 
}

sub set4FileDialog_open_perl

sub set4_FileDialog_SaveAs

sub set4delete_from_flow_button

sub set4delete_whole_flow_button

sub set4flow_select Account for null prog_name case

sub set4help

sub set4run_select

used by both pre-built superflows and user-built flows

1 POD Error

The following errors were encountered while parsing the POD:

Around line 72:

Unknown directive: =head