Help for this page

Select Code to Download


  1. or download this
    my ($dd, $mm, $yyyy) = (localtime)[3..5];
    $mm += 1;
    $yyyy += 1900;
    
  2. or download this
    fake code:
    @result = (1,2,3) + (4,5,6);
    # intending @result to contain (5,7,9)