On Sat, Oct 25, 2003 at 12:17:37PM +0200, Kevin Pfeiffer wrote:
> In article <[EMAIL PROTECTED]>, David wrote:
>> 4. you have:
>>
>> unless (-e $path) {
>> print "Creating trash directory: $path\n";
>> mkdir $path or die "Couldn't create $path: $!\n";
>> }
>>
>> don't do this for a gene
Kevin, et al --
...and then Kevin Pfeiffer said...
%
% Hi all,
Hi!
%
% I just took another look at an exercise I wrote a couple months ago and
% fleshed it out a bit. It is a commandline "trashcan" program which I
% actually use. Instead of typing 'rm' I almost always use 'rmm' now.
I like t
Hi David,
In article <[EMAIL PROTECTED]>, David wrote:
> Kevin Pfeiffer wrote:
>
>> Hi all,
>>
>> I just took another look at an exercise I wrote a couple months ago and
>> fleshed it out a bit. It is a commandline "trashcan" program which I
>> actually use. Instead of typing 'rm' I almost alwa
Kevin Pfeiffer wrote:
> Hi all,
>
> I just took another look at an exercise I wrote a couple months ago and
> fleshed it out a bit. It is a commandline "trashcan" program which I
> actually use. Instead of typing 'rm' I almost always use 'rmm' now.
>
> It's meant to be used in a "friendly" envir
Hi all,
I just took another look at an exercise I wrote a couple months ago and
fleshed it out a bit. It is a commandline "trashcan" program which I
actually use. Instead of typing 'rm' I almost always use 'rmm' now.
It's meant to be used in a "friendly" environment, nonetheless, if anyone
sees a