CGI library gotcha


/ Published in: Ruby
Save to your folder(s)

Beware of requiring 'CGI'. There's trouble in them thar hills/


Copy this code and paste it in your HTML
  1. #yes
  2. require 'cgi'
  3.  
  4. #no
  5. require 'CGI'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.