Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $bar = 'foo';
    my $foo = Foo->new;
    print "|", $foo->convert(sub {$i; return $bar}), "|\n";
    
  2. or download this
    #!/bin/false
    package Foo;
    ...
    }
    
    1;