Skip to content

Instantly share code, notes, and snippets.

@hakobe
Created August 15, 2008 00:56
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 hakobe/5521 to your computer and use it in GitHub Desktop.
Save hakobe/5521 to your computer and use it in GitHub Desktop.
open my $ruby, '|/opt/local/bin/ruby';
print $ruby 'puts "hello"';
close $ruby;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment