Help for this page

Select Code to Download


  1. or download this
    qx("perl -p -i -e \"s/(\@Filetyp\\s*?:)/\\1$ext/\" /path/test.c")
    
  2. or download this
    { # new scope for local
        local *ARGV; @ARGV = '/path/test.c';
    ...
            print;
        }
    }