eur.nl> cc: [EMAIL PROTECTED]
> Subject: Re: Reading Code
> 25/06/01
> 15:52
>
>
>
> This wouldnt, by chance, be your homework now would it?
>
> [EMAIL PROTECTED] wrot
perldoc perlvar
will tell you almost everything you need to know about the punctuation
type variables. For example @_ is
@_ Within a subroutine the array @_ contains the
parameters passed to that subroutine. See the
perlsub manpage.
On 25 Jun 2001 16
quot;three"));
Anyway. Whatever the routine send_ddc returns is itself returned by the
accum_cycle_coun routine.
HTH
John
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 25 June 2001 15:59
To: [EMAIL PROTECTED]
Subject: Reading Code
Can anyone tell me how
[EMAIL PROTECTED]
Subject: Re: Reading Code
At 15:59 25.06.2001 +0100, [EMAIL PROTECTED] wrote:
>Can anyone tell me how to read this bit of code in english ?
Basically it takes an array, checks certain values and returns an error if
it doesn't like the value. If it likes all the values that it checks, it
returns the return value of yet
This wouldnt, by chance, be your homework now would it?
[EMAIL PROTECTED] wrote:
> Can anyone tell me how to read this bit of code in english ?
>
> > sub accum_cycle_count
> > {
> > # @acc_fields are:
> > #0 - Cycle Counting Order
> > #1 - Warehouse
> > #2 - Loca
Can anyone tell me how to read this bit of code in english ?
> sub accum_cycle_count
> {
> # @acc_fields are:
> #0 - Cycle Counting Order
> #1 - Warehouse
> #2 - Location
> #3 - Item Code
> #4 - Container
> # 5 - Lot Code
> #