http://www.perlmonks.org?node_id=633836


in reply to Re^4: what would you like to see in perl5.12?
in thread what would you like to see in perl5.12?

Some programming languages use it with mixed success. With success for the simple cases of int and char variables, and utter failure for the more complex cases of (horrors) pointers to functions returning pointers or functions receiving pointers to functions. char *(*)foo(...)? Feeling well?