Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
208 views

What part of Perl does not like NTFS Junctions?

I like the Vista style for pathing, so on a XP machine I've created NTFS junctions C:\Users -> C:\Documents and Settings and ~\Documents -> ~\My Documents, so that I only ever have to write one style ...
4
votes
1answer
80 views

Understanding newRV_inc vs newRV_noinc

In trying to deal with references at the C level I can't seem to figure out the difference (in practice) between newRV_inc and newRV_noinc. To that end I have mocked up this little Inline::C example. ...
3
votes
1answer
56 views

Is there a doc like perlguts/illguts for ruby?

I recently enjoied the illustrated perlguts as fun and easy way to see how things are implemented without the need to dig through sources and would love to read such documentation for ruby. Perlguts ...