Help for this page

Select Code to Download


  1. or download this
    sub clean_list {
    
    ...
    close IN;
    clean_list(@initial_array); 
    clean_list(\@initial_array);
    
  2. or download this
    Can't use string ("L13923") as an ARRAY ref while "strict refs" in use
    + at Lesson10.pl line 32.