Help for this page

Select Code to Download


  1. or download this
      my $r1 = ( print_context(), print_context() );
      # Void
    ...
      my $r2 = sub { ( print_context(), print_context() ) }->();
      # Scalar
      # Scalar
    
  2. or download this
    $r = () = 1..27 ;