Help for this page

Select Code to Download


  1. or download this
    # a perl koan designed for a true perl monk
    sub zen
    ...
    to zen from within this anon code block?";
    });
    # mdupont
    
  2. or download this
    
    sub Alpha {
    ...
    Alpha;
    Bravo(20);
    
  3. or download this
    sub zen {
        my $art=shift;
    ...
    }
    
    zen sub{return \'maintainance' if $_[0]=='of'};