in reply to Re: Return array not passed to sub call
in thread Return array not passed to sub call

I just copied relevant code where I have issues. I am using correct syntax because I have no errors using -wc along with use : warnings, diagnostics, strict in my code. I'm trying to pass the same value from variable reports1 to reports2.

This is output I get:

Fri Nov 19 00:29:35 2010 : INFO : expiration_report.ipl : reports1: /iwmnt/default/main/internet/WORKAREA/WCM/expiration_reports/ts_groups/corp_gov/corp_gov_invalid_expiry_date.csv, total: 1

Fri Nov 19 00:29:35 2010 : INFO : expiration_report.ipl : reports2:

Fri Nov 19 00:29:35 2010 : INFO : expiration_report.ipl : Reports Created on webcmsib

  • Comment on Re^2: Return array not passed to sub call

Replies are listed 'Best First'.
Re^3: Return array not passed to sub call
by begood321 (Novice) on Nov 20, 2010 at 00:41 UTC
    Hi Ken,

    I'm using 1 @reports array. I simply want to pass array from sub return to sub call so I can access array values from other parts of code below sub call but above sub return. Hope you understand what I'm trying to achieve. Thanks for help.

      When you originally wrote a reply to me by updating your original post, I wrote:

      "You should reply to a post as opposed to updating your original post with the reply - I only saw your response by accident."

      Now you have replied to your own post. It appears to be addressed to me and, again, I've only found it by accident.

      Please show your new code where you are now only "using 1 @reports array". I'm not sure how you expect anyone to know if you renamed one of them, removed one of them, or did something else.

      I will respond further if you follow the guidelines in How do I post a question effectively?.

      -- Ken