Split command

Can anyone tell me what this command will do?

split -b$SPLITSIZE - $file1 < $file2

Will it split file1 or file2? Please explain.

Malay

It will split the contents of $file2 into several files, each filename prefixed with $file1