Help for this page

Select Code to Download


  1. or download this
    #global vars
    @data = ( "init", "init", "init", "init" );
    ...
            }
    }
    
  2. or download this
    sub update {
            ...
            @data = ( / ... big long regex ... /g);
            ...
    }
    
  3. or download this
    
    ...
    ...
            $col_2 = data[2];
            $col_3 = data[3];
    }