Help for this page

Select Code to Download


  1. or download this
    Missing $ on loop variable
    
  2. or download this
    my %lengths = (
        1 => {x => 1,
    ...
          print "$_\n";
       }
    }
    
  3. or download this
    1
    2
    ...
    2
    3
    4