} }; req.open("GET", "/page.cgi"); req.send(""); }
end # The BaseFacet plugin is the superclass for all plugins which have # an interface (CGI, UI, etc.) These interfaces expose some functionality # to the user through an entry form or series of views. class BaseFacet < BasePlugin
require 'cgi' require 'bijou/cgi/adapter' Bijou::CGI::Adapter.handle
#!/usr/local/bin/ruby #!C:/apps/ruby/bin/ruby require 'cgi' cgi = CGI.new newLocation = 'refer.rb?' + cgi.query_string
#!/usr/bin/env ruby require "CgiOptions.rb" require "cgi" require 'Web2Go/CGIRequest'
require File.dirname(__FILE__) + '/cgi/escape_skipping_slashes' class CGI #:nodoc: extend(ActiveSupport::CoreExtensions::CGI::EscapeSkippingSlashes)
About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us
©2009 Koders is a trademark of Black Duck Software, Inc. Black Duck, Know Your Code and the Black Duck logo are registered trademarks of Black Duck Software, Inc. in the United States and other jurisdictions. All other trademarks are the property of their respective holders.