Help for this page

Select Code to Download


  1. or download this
    { 
      name1 => sub {
    ...
    
              },
    }
    
  2. or download this
    sub do_something { 
      # not fast enough
    }
    
  3. or download this
    sub do_something_old {
      ...
    }
    
  4. or download this
    sub do_something_1 {
      ...
    }