SYNOPSIS
PERL PROGRAM NAME: convert2V07
AUTHOR:
DATE: Jun 15 2022
DESCRIPTION: Convert perl gui scripts by including full path to modules Version: 0.1 V 0.2 August 4, 2022 V 0.3 Dec. 2022
USE
NOTES
Before conversion: use L_SU_global_constants: After conversion: use App:SeismicUnixGui::misc::SeismicUnixGui::misc::L_SU_global_constants;
V0.2 adapted to use App:SeismicUnixGui::misc::SeismicUnixGui first, change use module; to use aliased 'App::SeismicUnixGui::path::to::module next,change new module(); to module->new();
V 0.3 use search_directories.pm instead of L_SU_global_constants.pm
Examples
SYNOPSIS
changed files:
configs:
correct oop_text oop_run_flows
CHANGES and their DATES
Define
local variables
private shared hash
CASE # 1A 1B
when only use module; is present
use SeismicUnix qw ()
Write out
the corrected or uncorrected file
CASE #2
re-arrange new
CASE#3
convert use App:: to use aliased 'App::
except for the case of SeismicUnix