Telnet Tucow's ?

2001-06-27 Thread EDonnelly
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.

Re: Reading Code

2001-06-25 Thread EDonnelly
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

Reading Code

2001-06-25 Thread EDonnelly
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 > #

$select

2001-06-25 Thread EDonnelly
Can you tell me why there is a $ at the start and end of each value ? $select = "SQL$;ITMLOCCCORDER$;${company}$;N$;$;${corder}$;${item}$;

Re: SUB ?

2001-06-21 Thread EDonnelly
Does that mean that it will run 4 different sub routines ? Chas Owens

SUB ?

2001-06-21 Thread EDonnelly
If it is sub routine, What does this mean ? - Forwarded by Elaine Donnelly/Saturn on 21/06/01 14:49 - [EMAIL PROTECTED]

SUB ?

2001-06-21 Thread EDonnelly
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

Can you someone help me please

2001-06-20 Thread EDonnelly
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 )

Re: Telnet

2001-06-14 Thread EDonnelly
Net Term is quite good. "n6tadam"