Help for this page
if ($line =~ /mydir/) { $directory = ... mkdir $directory, 0775; }
open(FILE, '<', $ARGV[0]);