Help for this page

Select Code to Download


  1. or download this
    *foo = \"foo";
    print "foo is $foo.\n";
    $foo = "bar";    # Run time error. Modification of read-only value att
    +empted.