Help for this page

Select Code to Download


  1. or download this
    If the name given does not represent a readable plain file or symbolic
    + link, undef will be returned
    
  2. or download this
     
    if ( ( -r $renamed_file )&& ( ( -f $renamed_file ) || ( -l $renamed_fi
    +le ) ) ){
       #add to zip
    ...
    else{
       print "$renamed_file is not a readable valid file id\n"
    }