| |||||||||||
| |||||||||||
Underlining in Perl and Python - the x and * operator in use
Perl's x operator - yes, that is the letter x - is used to replicate the string on the left the number of times given to the right. "What use is THAT" I have been asked in the past, by delegates feeling that it's a solution looking for a problem. Well - as an example, it's a great way to output just enough "-" characters - or anything else in a fixed with font - to underline a title.
print "Your name? " ;And here I am testing that ... Dorothy:qc2 grahamellis$ perl titlitIn Python, the * operator on a string object will achieve the same goal: line = raw_input("your name ")And running that ... Dorothy:qc2 grahamellis$ python pytit(written 2008-04-12 04:59:58) Associated topics are indexed under Y108 - Python - String HandlingP205 - Perl - Initial String Handling
Some other Articles
Comfy Chair - Floating Harbour, BristolGauging point at entrance to Bristols Floating Harbour PHP course dot co, dot uk Chew Valley Lakes Underlining in Perl and Python - the x and * operator in use Learning to program in Perl Sheep Shearers, Marathon Runners and Ocean Sailors Learning and understanding scripting programming techniques M25 / South Mimms Service Area Do not SHOUT and do not whisper 1705 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||