Help for this page

Select Code to Download


  1. or download this
    use constant foo => do {
     my $foo;
      # do something that is really hard to lookup or calculate
     $foo; # return of the do
    };
    
  2. or download this
    if (foo) {
    } else {
    }