Help for this page

Select Code to Download


  1. or download this
    open(FILE, ">test.txt") || $failed_flag = 1;
    
  2. or download this
    open my $testFH, '>', 'test.txt' or $failed_flag = 1;