Help for this page

Select Code to Download


  1. or download this
     @array[0..2]
    
  2. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    for(@RouterOutput[0..2])
     {say "@{[split]}[0,3,2,1]" if $_;
     }