Help for this page

Select Code to Download


  1. or download this
    \nb\v5\srcccc\ans.cpp@@\main\
    
  2. or download this
    $dir = nb;
    $subDir = v5;
    $file = ans.cpp
    
  3. or download this
    while (<INFILE>) {
     if(/\\([^\\]+).*?(\w+\.cpp)/)  
    ...
       }   
    for (@thing) {
        my ($dir,$subDir,$file) = @$_;