Help for this page

Select Code to Download


  1. or download this
    package TestModule;
    open( FILE, '<', 'essential_file.txt' ) or die("Can't open file");
    1;
    
  2. or download this
    require TestModule;
    print "hello world";