問題タブ [bless]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
492 参照

perl - What is difference between bless and tie in perl?

I was practicing some interview questions where I found this. I had a look at perldoc -f tie but couldn't get it. I know about bless and is using in my programs.

Can anyone tell me what is tie and how it is related and different from bless, and its usage? I will appreciate any simple example.

PS: I am a perl developer and using it in day to day life. My concern is not for interview, but for knowing it