Help for this page

Select Code to Download


  1. or download this
    open (Mer, "Extracted.c");
    
  2. or download this
    open (MER, "Extracted.c") || 
       die "open: Extracted.c - $!\n";
    
  3. or download this
    while (<MER>) {
       # do stuff
    }