Help for this page

Select Code to Download


  1. or download this
    {
        local $^I = ".bak";
    ...
            print;
        }
    }
    
  2. or download this
    if((my($dir) = /^<Directory\s+(.*)>/i) ... /<\/Directory>/i) {
        if(defined $dir) {  # first line in the block
    ...
            ... # do something with these lines
        }
    }