Help for this page

Select Code to Download


  1. or download this
    sub f1 { "different"; }
    sub f2 { same(\&f1, \&f2) ? "same" : "different"; }
    f2();