Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    {
    ...
    printf "%s%s\n",${X(1)},${Y(2)};
    printf "%s %s\n",${X(1)},${Y(2)};
    print ${X(1)}." ".${Y(2)};                 # updated
    
  2. or download this
    X
    Y
    ...
    X
    Y
    1 2