Help for this page

Select Code to Download


  1. or download this
    foreach $filename (@curdirlist) {
    #    print "$filename\n";  #sane
    ...
        ($startloc = @-) && ($alphaloc = $startloc + 4); }
        print "$startloc  ";
    }