Help for this page

Select Code to Download


  1. or download this
    perl -E 'my @x=0..5; local $"=qq|\t|; say "@x"'
    0    1    2    3    4    5
    
  2. or download this
    perl -E 'my @x=0..5; local $"=qq|= \t =|; say "=@x="'
    =0=      =1=      =2=      =3=      =4=      =5=