Sha256: 0fe4a6fc9466edf345a6872a6abb28c2f5d607393c8b43fafaefbc4105eeb07a

Contents?: true

Size: 220 Bytes

Versions: 4

Compression:

Stored size: 220 Bytes

Contents

require 'perl'

# you can run a Perl program from a string...
Perl.run "print 'hello world!\n'"

# or better yet, a here-document
Perl <<-PERL
  ''=~('(?{'.('_/)@^['^'/]@.*{').'"'.('/+<][}}{|'^']^^${;),^').',$/})')
PERL

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-perl-04.01.2011.2 examples/hello.rb
ruby-perl-04.01.2011.1 examples/hello.rb
ruby-perl-04.01.2011 examples/hello.rb
ruby-perl-0.99.15j examples/hello.rb