Help for this page

Select Code to Download


  1. or download this
    if ($line =~ /mydir/) {
      $directory = ...
      mkdir $directory, 0775;
    }
    
  2. or download this
    open(FILE, '<', $ARGV[0]);