Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -le"@a=1..10; print for @a"
    
  2. or download this
    {
        local $\; 
        print for @a;
    }