Help for this page

Select Code to Download


  1. or download this
    use Inline Ruby;
    
    ...
        @elements.each { |x| yield x }
      end
    end
    
  2. or download this
    ttul:~/dev/cpan/Inline-Ruby$ perl -Mblib t.pl
    Using /home/nwatkiss/dev/cpan/Inline-Ruby/blib
    ...
    It looks like Ruby passed me this: $VAR1 = [3];
    It looks like Ruby passed me this: $VAR1 = '2';
    It looks like Ruby passed me this: $VAR1 = {'4' => 5};