Help for this page

Select Code to Download


  1. or download this
    crud_GOOD_crud
    
  2. or download this
    #untested
    for (split("\n", $content) ) # split string to multiple lines
    ...
    {
        print "$_ $seen{$_}\n"
    }