user-pic

yuvaraj

  • About: I am new to perl. I am about to gather more knowledge and share my knowledge here.
  • Commented on Directory size calculator
    Well that's right confuseAcat. I will correct it....
  • Commented on Directory size calculator
    Hi confuseAcat, I use to get the Disk space used for a particular directory using this script and it works as i expected. Do you find any problem with this....
  • Commented on Directory size calculator
    Thanks for your information Sherr. This is the first time i am posting a blog and that's why there is discrepancy in it's proper format. I will make a note of it and with my next post i'll surely follow...
  • Posted Directory size calculator to yuvaraj

    #!c:\perl
    chop ($dir=STDIN);
    $i=0;
    $store[$i]=$dir;
    $i++;
    readfiles();

    sub readfiles
    {
    foreach $dir (@store)
    {
    opendir (DIR, $dir) or die "failed to open:$!";
    @thefiles= readdir(DIR);
    clos…

Subscribe to feed Recent Actions from yuvaraj

Subscribe to feed Responses to Comments from yuvaraj

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.