Help for this page

Select Code to Download


  1. or download this
    sub nose {
       my $cuke = shift;
       1 if $cuke;
       return;
    }
    
  2. or download this
    sub nose {
       my $cuke = shift;
       1 if $cuke;
       undef;
    }