Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
how to view net http get response for a web spider tutorial
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Robert Klemme, post: 4513106"] I don't see a regexp here. Do you want general information? Does this help? [URL]http://www.ruby-doc.org/docs/ProgrammingRuby/html/language.html#UJ[/URL] You need backticks or %x{}: f.puts `ruby parse_journal.rb #{friend} #{person}` f.puts %x[ruby parse_journal.rb #{friend} #{person}] If friend and person can contain whitespace you probably need to add single quotes around #{friend} and #{person}. This is just a typo. :-) Kind regards robert [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
how to view net http get response for a web spider tutorial
Top