Searched refs:on_windows (Results 1 – 1 of 1) sorted by relevance
11 sub on_windows { $^O =~ /win32/i; } subroutine16 my $dir_separator = on_windows() ? '\\' : '/';17 my $copy_cmd = on_windows() ? 'copy' : 'cp';22 my $exe_ext = on_windows() ? '.exe' : '';98 if (on_windows()) {176 $cmd .= ' -cgi_interpreter perl' if on_windows();227 if on_windows();363 'GET sh CGI file') unless on_windows();391 my $copy_cmd = on_windows() ? 'copy' : 'cp';402 my $ssi_exec = on_windows() ? 'ssi4.shtml' : 'ssi3.shtml';[all …]