in reply to Re: Help with exercise
in thread Help with exercise
chdir $dir or die "ERROR: Could not change directory to $dir +"; mkdir "FirstSubDir" or die "ERROR creating FirstSubdir:$!"; mkdir "SecondSubDir" or die "ERROR creating SecondSubDir:$!";
All power corrupts, but we need electricity.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Help with exercise
by Random_Walk (Prior) on Sep 24, 2017 at 07:40 UTC | |
Re^3: Help with exercise
by Laurent_R (Canon) on Sep 24, 2017 at 07:47 UTC | |
by karlgoethebier (Abbot) on Sep 24, 2017 at 16:11 UTC |