Bonjour,
Je voudrais faire un tester si ma variable type est vide alors je quitte le programme. Est ce bon ??
use strict;
use warnings;
my Type;
if ( $Type eq "" ) {
print "erreur";
exit;
}
Bonjour,
Je voudrais faire un tester si ma variable type est vide alors je quitte le programme. Est ce bon ??
use strict;
use warnings;
my Type;
if ( $Type eq "" ) {
print "erreur";
exit;
}
Partager