Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $x = foo();
    print "$x\n";
    
  2. or download this
    Using Pure Perl Implementation
    42
    
  3. or download this
    Using Inline
    42