Help for this page

Select Code to Download


  1. or download this
        while ($out !~ m/^[sSfF]{1}$/)
        {
    ...
                
            }
        }
    
  2. or download this
                    if ($overwrite =~ (m^/[nN]{1}$/))
                    {
                        redo FILENAME;
                    }