Help for this page

Select Code to Download


  1. or download this
    for ($i=0; $i<scalar(@INC); ++$i)
    {
       print $INC[$i]."\n";
    }
    print "end of vector INC \n\n";