Hi all,
I am learning Perl in order to extend a program one of my collegues has
written.
In the code I have come across these two statements:
$TO_sub="$;#";
$TC_sub="$;@";
Looking up "$;" in "Perl in a Nutshell", it says that "$;" is a
subscript seperator for multi-dimentional arrays, however in this
context it does not appear to make any sense. Could someone explain
what the above 2 lines of code mean?
thanks heaps
David Buddrige.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Determining the meaning of a subscript... David Buddrige
- Re: Determining the meaning of a subscript... Nigel Wetters
- Re: Determining the meaning of a subscript... David Buddrige