Help for this page

Select Code to Download


  1. or download this
    @res = split /\n/, $result;
    foreach $element (@res){
    ...
           push @none, $element;
       }
    }