Help for this page

Select Code to Download


  1. or download this
    @hellions = qw |
    
  2. or download this
        |;
    #
    # UPDATE: reformatted code and pushed some stuff
    push @hellions, qw |
    
  3. or download this
        |;
    # /UPDATE
    print '<ul>', map {
        "<li>There's a level of Hell reserved for $_.</li>"
    } @hellions , '</li>';