Help for this page

Select Code to Download


  1. or download this
    open(FILE,"foo.txt") or die "couldn't open file";
    
  2. or download this
    use csLogs::Error;
    
    open(FILE,"foo.txt") or csDie(...);