Help for this page

Select Code to Download


  1. or download this
    foreach (@inx) {
       delete @inx[$ac] if $_ =~ /^Content-Type: application\/octet-stream
    +/;
       $ac++;
     }
    
  2. or download this
    @inx = grep { $_ !~ /.../ } @inx;