Hi All,
I am starting to write bits of easy peasy code today and basically I want
to know where to start, I checked the perl web site and they suggest
telneting to TUCOW'S, Anyone ever heard of this and whats it like ? Or am
I better off just using Unix on my PC ?
Thanks,
Elaine.
I am totally new to Perl and I have no training in perl at all and I was
asked to look at tons of code and basically translate to english.I have
an idea what this code does but it small bits like @_; that I havn't a clue
about and their doesn't seem to be any really good sites for total
begin
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
> #
Can you tell me why there is a $ at the start and end of each value ?
$select =
"SQL$;ITMLOCCCORDER$;${company}$;N$;$;${corder}$;${item}$;
Does that mean that it will run 4 different sub routines ?
Chas Owens
If it is sub routine, What does this mean ?
- Forwarded by Elaine Donnelly/Saturn on 21/06/01 14:49 -
[EMAIL PROTECTED]
Hi All,
Can you tell me what this sub is. Is it sub routine ?
Regards,
Elaine.
local(@acc_fields) = @_;
return(-810) if ( $acc_fields[0] == 0 || $acc_fields[0] eq '' );
return(-811) if ( $acc_fields[1] eq "" );
return(-812) if ( $acc_fields[2] eq "" );
return(-813) if ( $ac
Hi All,
I have been asked to transform this bit of PERL coding into plain english,
Can someone help me please.
Regards,
Elaine.
# Exit code for the ccount form
sub form_ccount_exit
{
if ( $_[0] == 0 ) # exit_RE detected
{
if ( $user_input eq $bn_done )
Net Term is quite good.
"n6tadam"