Help for this page

Select Code to Download


  1. or download this
      foreach my $run ('a' .. 'c')
      {
    ...
        my @l = (42);
        return @l     if $mode eq 'c';
      }
    
  2. or download this
     
      a : 42
      b : 42
      c : 1