Here is the code that is not working it is long.....:
GetOptions ( "type=s" => \$type, "adminuser=s" => \$adminuser, "adminpassword=s" => \$adminpassword, "serverurl=s" => \$serverurl, "serverport=s" => \$serverport, "stripe=s" => \$stripe, "propdir=s" => \$propdir, "targetserver=s" => \$targetserver, "environment=s" => \$environment, "deploy_proj_val=s" => \$deploy_proj_val, "keystoreLoc=s" => \$keystoreLoc, "classpath=s" => \$cp, "bobj_admin_username=s" => \$bobj_admin_username, "bobj_admin_password=s" => \$bobj_admin_password, "bobj_server=s" => \$bobj_server, "bobj_port=s" => \$bobj_port, "authentication=s" => \$authentication, "bobj_jar_loc=s" => \$bobj_jar_loc, "DS_domain=s" => \$DS_domain, "DS_port=s" => \$DS_port, "DS_username=s" => \$DS_username, "DS_password=s" => \$DS_password, "DS_projectName=s" => \$DS_projectName, "DS_istool_location=s" => \$DS_istool_location, "ftp_staging_address=s" => \$ftp_staging_address, "ftp_local_staging_folder=s" => \$ftp_local_staging_folder, "ftp_remote_staging_folder=s" => \$ftp_remote_staging_folder, "log_file_loc=s" => \$log_file_loc, "deployable_tech=s" => \$deployable_tech, "ftp_username=s" => \$ftp_username, "ftp_password=s" => \$ftp_password, "db_servername=s" => \$db_servername, "db_username=s" => \$db_username, "db_password=s" => \$db_password, "db_port=s" => \$db_port, "db_sid=s" => \$db_sid, "GG_prm_loc=s" => \$GG_prm_loc, "GG_mgr_loc=s" => \$GG_mgr_loc, "GG_defgen_loc=s" => \$GG_defgen_loc, "GG_defgenPRM_loc=s" => \$GG_defgenPRM_loc, "GG_defgenRPT_loc=s" => \$GG_defgenRPT_loc, "GG_stop_start_db=s" => \$GG_stop_start_db, "ggdb_servername=s" => \$ggdb_servername, "ggdb_username=s" => \$ggdb_username, "ggdb_password=s" => \$ggdb_password, "ggdb_port=s" => \$ggdb_port, "ggdb_sid=s" => \$ggdb_sid, "dash_server=s" => \$dash_server, "dash_port=s" => \$dash_port, "dash_user=s" => \$dash_user, "dash_password=s" => \$dash_password, "dash_database=s" => \$dash_database, "batch_dir=s" => \$batch_dir, "batch_server=s" => \$batch_server, "dpower_device_url=s" => \$dpower_device_url, "dpower_policy=s" => \$dpower_policy, "dpower_chkpt_name=s" => \$dpower_chkpt_name, "dpower_device_domain=s" => \$dpower_device_domain, "dpower_username=s" => \$dpower_username, "dpower_password=s" => \$dpower_password, "dpower_jar_loc=s" => \$dpower_jar_loc, "robo_server=s" => \$robo_server, "robo_dir=s" => \$robo_dir );

In reply to Re^2: Bizarre copy of ARRAY in aassign Long.pm by bjohnso5
in thread Bizarre copy of ARRAY in aassign Long.pm by bjohnso5

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.