Help for this page

Select Code to Download


  1. or download this
    my @hosts = map { $_ = qq/host$_/; } (1..400);
    
  2. or download this
    my @hosts = map { qq/host$_/ } (1..400);
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq