in reply to CGI perl reading input from webform in order to split

I've never been a heavy CGI.pm user, but one question that comes to mind is if 'sequence' is actually a file upload instead of a normal form parameter. If so, I think you need to treat param('sequence') as a filehandle.

  • Comment on Re: CGI perl reading input from webform in order to split