in reply to How do I pronounce all this stuff
<>!*''# waka waka bang splat tick tick hash ^@`$$- carat at back-tick dollar dollar dash *!'$_ splat bang tick dollar underscore %*<>#4 percent splat waka waka number four &)../ ampersand right-paren dot dot slash {~|**SYSTEM HALTED curly bracket tilde pipe splat splat crash
For the record I use
I read $_[1] as "array underscore sub 1" or worst case simply "at underscore 1".('$'=>'dollar', '@'=>'array'||'ary', '%'=>'hash'||'percent', '#'=>'hash', '!'=>'bang', '#!'=>'shebang', '&'=>'ampersand', '*'=>'star', '/'=>'slash', '\\'=>'back-slash', "'"=>'tick', '`'=>'back-tick', '"'=>'quote"||'quot', #not usually pronounced '~'=>'tilde', #long E '?'=>'question mark, #hook is cooler but it never occurs to me '|'=>'pipe', '['=>'left bracket', #These rarely need ']'=>'right bracket',#to be pronounced '{'=>'left curly(?: brace)', '}'=>'right curly(?: brace)', '<'=>'less than'||'waka', '>'=>'greater than'||'waka', ... #dot dot dot, in this case however yadda yadda yadda );
--
perl -pe "s/\b;([mnst])/'\1/mg"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How do I pronounce all this stuff
by mojotoad (Monsignor) on Apr 10, 2002 at 21:45 UTC | |
by petral (Curate) on Apr 11, 2002 at 18:37 UTC | |
by mojotoad (Monsignor) on Apr 16, 2002 at 18:59 UTC | |
Re: Re: How do I pronounce all this stuff
by Juerd (Abbot) on Apr 10, 2002 at 17:54 UTC |