Help for this page

Select Code to Download


  1. or download this
    {
      # localize the variables
      # the block
    }
    
  2. or download this
    {
      local ($1, $2) = ($1, $2); # OK, so you can't actually write this.
      # The hacky can write local (*1, *2) = \($1, $2); instead.
    ...
        my ($ts,$te) = ($1,$2);
      }
    }