w.k

Estonia

Age: 41

Mar
10
accepted Why this Mojolicious websockets example does not work?
Mar
10
comment Why this Mojolicious websockets example does not work?
To be exact, the example is yours ;) And, yes, it works under morbo, I was not aware about real-time bit. Thank you!
Mar
10
revised Why this Mojolicious websockets example does not work?
better wording, i hope
Mar
9
asked Why this Mojolicious websockets example does not work?
Mar
8
comment Which form-builder handles many-to-many relationships of data and dynamic input?
@spazm: i'm still stickin' around. I've some thoughts to build something more general, but have not get picture together. Like it is always: not enough time. I still build forms by hand, nothing fancier.
Mar
5
awarded Caucus
Feb
27
comment xls saved using Spreadsheet::ParseExcel::SaveParser saveas fails to open using MSExcel
Maybe those warnings have some useful information in?
Feb
25
revised How can I encode a string for HTML?
URLs -> s/modules/module/
Feb
25
comment xls saved using Spreadsheet::ParseExcel::SaveParser saveas fails to open using MSExcel
Why you set local $^W to zero? Do you suppress some warnings there?
Feb
24
comment How to emulate word boundary when using unicode character properties?
@tchrist: I understand utf8::all internals much better than DBI, Unicode::Collate::Locale or Perl core internals, but that does not stop me use them in my limited scope so well as I can. I have never worried about normalization, for example. When i will one day, i'll dig deeper. It is normal abstraction level for me - not to worry about underlying details when they don't make sense enough but work like expected. For time when utf8::all came up I already put most of the picture together myself too. But with using it I say: there is some "wheel" you all could use. I miss it being in core
Feb
23
comment Why does modern Perl avoid UTF-8 by default?
@hippietrail: i work mostly on Linux but i have seen a lot UTF-8 related Perl questions related to Win too. I have too few knowledge with MacOS X, but as far i understand, the same questions should be actual in Mac too. If not, i am glad about it and looking forward to work soon with Perl on Mac.
Feb
23
comment How to emulate word boundary when using unicode character properties?
@tchrist: \w and \p{Word} may be defined identical, but they behave differently under use locale. Of course, i will not use locale when i have other way now. use utf8::all satisfies my needs pretty well and it is clean way to show my intentions. If there is some lack in utf8::all, maybe you could point it to the author?
Feb
23
accepted Why don’t word characters (\w) match right under the use locale pragma?
Feb
23
comment Why don’t word characters (\w) match right under the use locale pragma?
Did not expect such thorough answer. Thank you! Really appreciated.
Feb
20
comment How do I replace all occurrences of certain characters with their predecessors?
Which output you expect?
Feb
20
comment Perl - exit with constant
@darch: thank you for pointing, but choroba suggested print or Dumper. I tried first one (and before choroba's suggestions). Dumpering would be good too.
Feb
20
comment how are multiple backslashes in this example perl regex substitution handled?
Why don't you try it out?
Feb
20
comment Perl - exit with constant
How? I use script OP offered, just inserted print statements, like print ERROR_OK . "\n";
Feb
20
comment Perl - exit with constant
To be exact, i tried print ERROR_INPUT and got verbatim output, now with ERROR_OK was output 9. Pretty confusing.
Feb
20
comment Perl - exit with constant
I tried, it printed verbatim ERROR_OK. Trying to see use for that...
1 2 3 4 5