Help for this page

Select Code to Download


  1. or download this
            sub decrypt {
              my $c = shift;
    ...
                $c[$i]++;
              }
            }
    
  2. or download this
            use more 'cpu';
            use less 'time';
            use more 'speed';
    
  3. or download this
            sub tomorrow_date {
              sleep 86_400; 
              return localtime();
            }