Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl
    
    ...
        $element = $array[$i];
        print "Element $1 equals $element \n";
    }
    
  2. or download this
    C:\JPARK\JPPERL>test.pl
    Modification of a read-only value attempted at C:\JPARK\JPPERL\test.pl
    + line 7.
    ...
    
    C:\JPARK\JPPERL>