Help for this page

Select Code to Download


  1. or download this
    <---Start of the CSVFILE ----------------------------->
    <--Here goes a image --------------------------------->
    ...
    123456    123     john     9393939    data     data
    123456    123     john     9393939    data     data
    123456    123     john     9393939    data     data
    
  2. or download this
    <--Here goes a image --------------------------------->
    
  3. or download this
    while (<>) {
        if (m/^<--Here goes a image.../) {
    ...
            print;
        }
    }
    
  4. or download this
    while (<>) {
        if ($. == 2) {
    ...
            print;
        }
    }