Next The Identity Function 10

Function Calls in Strings

        @square = (0,1,4,9,16,25,36,49);
        print "3 squared is = $square[3]\n";
        print "3 squared is = $square[sqrt(4+2*6)-int(3/2)]\n";


Next Copyright © 2001 M. J. Dominus