Help for this page

Select Code to Download


  1. or download this
    
    my $output = "update
                           patch-5.1.1.21510";
    
  2. or download this
    
    my @array = split('\n',$output);
    ...
          print "Match found\n";
    }