Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created April 26, 2011 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnbek/942461 to your computer and use it in GitHub Desktop.
Save jnbek/942461 to your computer and use it in GitHub Desktop.
CGI::Ex Upload File Slurpings
my $file = $self->{'form'}->{'upload_name'};
my $contents = do { local (@ARGV, $/) = $file; <> };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment