Help for this page

Select Code to Download


  1. or download this
    while(<@array>) {
        print;
    }
    
  2. or download this
    $$>perl -MO=Deparse -le"@a=qw,1 2 3,;print while<@a>;"
    
    ...
    
    -e syntax OK