in reply to Naming convention for variables, subroutines, modules, etc.. and variable declaration

Best naming convention is that which suits YOU well :). And btw IMHO, doing my ( $path, $file,  $inode, $nlinks ); is not the best choice, because when lots of vars pop up in a list like this, it looks like crap.
  • Comment on Re: Naming convention for variables, subroutines, modules, etc.. and variable declaration
  • Download Code