Help for this page

Select Code to Download


  1. or download this
    {
       my $x = 1;
    ...
       print("@a @b\n");
       # 1 2 3 4 5 6 7 8
    }
    
  2. or download this
    >perl -le "for (1..2) { for (reverse 1..3) { print; $_=5; } }"
    3
    ...
    3
    2
    1