Hello Zentara,
Thank you for the quick response. Yes it is true that working with an abstract understanding helps many times. Therefore I have no problems accepting some things as internal magic so long as I understand what values and in what format I need to pass when calling these subroutines. For example, in the earlier mentioned thread: http://perlmonks.com/?node_id=840707 (i) what values and in what format I pass to select a column and be able to retrieve the column number that was selected (ii) similarly how to select an individual cell and retrieve the row,col of that cell.
But without even knowing what values and in what format to pass, I'm having difficulty even for abstract understanding at the programmer level. Yes, I did earlier try commenting out each of these three calls but the program fails to work. I'm taking a look at the HList selection example thread you mentioned. I hope it helps.
Meanwhile if somebody can tell me what values (and format) I need to pass to these three subroutines to get column selection, individual cell selection etc., it will be whole lot useful. Also, what does the @{...} syntax do ?? (the one used while calling curselection sub)
Thanks again
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.