Help for this page

Select Code to Download


  1. or download this
    :dir=../somthing.cpp
    
  2. or download this
    :dir=../mainDir/sudir/somthing.cpp
    
  3. or download this
    while <out>
    {
    if ( m/^:dir/)
    $_ = s/$_/:dir=../mainDir/sudir/somthing.cpp/;
    }