The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Using irb to play with perl scripts

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Gregory Brown

Posts: 172
Nickname: greg7224
Registered: Nov, 2005

Gregory Brown is the author of Ruby Reports (ruport)
Using irb to play with perl scripts Posted: Oct 15, 2006 8:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Gregory Brown.
Original Post: Using irb to play with perl scripts
Feed Title: Stone Code Weblog
Feed URL: http://www.stonecode.org/blog/?feed=rss2
Feed Description: A blog about my projects and activities in the ruby community.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Gregory Brown
Latest Posts From Stone Code Weblog

Advertisement
Though $work has me stuck in perl-land lately, I can’t help but use Ruby in any way that i can. A tiny suggestion for fun: If you’re writing a basic filter in perl (STDIN->STDOUT), why not wrap it in a ruby function via irb? def my_perl_func(*args) `perl my_perl_script.pl #{args.join(' ')}` end Now you can do fun stuff [...]

Read: Using irb to play with perl scripts

Topic: Lava Lamps: Still Cool Previous Topic   Next Topic Topic: Stalking old girlfriends

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use