use strict;
use warnings;
if(-e "tmp.pl"){
print "File exists tmp.pl\n";
system("echo Yes File > tmp.txt");
}else{
print "File not exists tmp.pl\n";
system("echo No File > tmp.txt");
}
[ORACLE] [SQLSERVER] [POSTGRES] [MYSQL] [DBA] [UNIX] [LINUX] [WINDOWS] [FREEBSD] [REDHAT] [SQL] [PERL] [SH] [BAT] [SCRIPT]
0 comentários:
Post a Comment