From 7ec17262cd6bbda5ec69753ff27ab5d4f7493c5c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Oct 2004 05:06:52 +0000 Subject: suggest mkdir() instead of system("mkdir ...") --- perl_checker.src/test/various_errors.t | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl_checker.src/test/various_errors.t') diff --git a/perl_checker.src/test/various_errors.t b/perl_checker.src/test/various_errors.t index f9c4089..dfac926 100644 --- a/perl_checker.src/test/various_errors.t +++ b/perl_checker.src/test/various_errors.t @@ -39,8 +39,6 @@ pop @l, 1 pop is expecting an array and nothing e pop $xxx pop is expecting an array and nothing else -system(qq(foo "$xxx")) instead of quoting parameters you should give a list of arguments - my (@l2, $xxx) = @l; @l2 takes all the arguments, $xxx is undef in any case $bad undeclared variable $bad -- cgit v1.2.1