Help for this page

Select Code to Download


  1. or download this
            $check ="ABCD" # this value will come from an array 
            # ...
                    $var = substr($file_name, 0, 3);
                    # ...
                    if($var eq $check){
    
  2. or download this
    sub scandir {
        my $dir=shift;
    ...
            }
        }
    }