<[EMAIL PROTECTED]> writes:

> Hello all...
> 
> this is my first post.. so sorry if this is old behaviour......
> 
> i download the current misc dir from sunsite.uio.no, the cooker one
> the mkcd.pl scrip have this line.......
> 
> -d $work_dir or mkdir "$tmpdir/.build_hdlist";    
> 
> this simply not works.... 
> 
> [root@pc-lab1 misc]# ./mkcd.pl
> Not enough arguments for mkdir at ./mkcd.pl line 25, near
> ""$tmpdir/.build_hdlist";"
> Execution of ./mkcd.pl aborted due to compilation errors.
> [root@pc-lab1 misc]#                                            
> 
> 
> so... i change it this way.....
> 
> -d $work_dir or system "mkdir $tmpdir/.build_hdlist";   
> 
> 
> and works ok... apropos what perl version are you using for this one?

[warly@proca /]# perl -v

This is perl, v5.6.0 built for i386-linux

And you ?

-- 
Warly

Reply via email to