Help for this page

Select Code to Download


  1. or download this
    if (($file ne ".") or ($file ne "..")) {
    
  2. or download this
    unless ( $file eq "." || $file eq ".." ) {
    
  3. or download this
    next if ( $file eq "." || $file eq ".." );