Hi..maybe someone could shed some light on a mkdir() problem I'm having. Basically, I have the following code;
...but that gives me an error;
I don't get this on *all* servers (about 3 in 10). I've tried changing it to;
.. but that still gives me the same error.
Anyone got any ideas? I just can't understand why it works on some version of Perl, and not others
TIA.
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Code:
mkdir("$CFG->>{admin_root_path}/Net/Whois/Raw");...but that gives me an error;
Quote:
Not enough arguments for mkdir at (eval 8) line 83, nearI don't get this on *all* servers (about 3 in 10). I've tried changing it to;
Code:
mkdir($CFG->>{admin_root_path} . "/Net/Whois/Raw");.. but that still gives me the same error.
Anyone got any ideas? I just can't understand why it works on some version of Perl, and not others
TIA.
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

