Re: Filesys::DiskUsage vs shell du

2007-02-13 Thread Ed
Many thanks for the info John. I knew I was missing something obvious. Enjoying learning Perl immensely! -Ed On Tuesday 13 February 2007 00:39, John W. Krahn wrote: > Ed wrote: > > Hi all, > > Hello, > > > I am having problems with the difference in output between du from bash and > > du > > f

Re: Filesys::DiskUsage vs shell du

2007-02-12 Thread John W. Krahn
Ed wrote: > Hi all, Hello, > I am having problems with the difference in output between du from bash and > du > from Filesys::DiskUsage. > > I wrote this little file to demonstrate my problem. I am very new to perl so > please forgive me if it's a silly mistake :) > > file: > #!/usr/bin/per