Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Test::File

  • Test::File
  • file_exists_ok
  • file_empty_ok
  • file_size_ok

Test::File of brian d foy provides functions for testing meta information about files

  • file_exists_ok( FILENAME [, NAME ] )
  • file_empty_ok( FILENAME [, NAME ] )
  • file_size_ok( FILENAME, SIZE [, NAME ] )
  • ...