Help for this page

Select Code to Download


  1. or download this
    
    open(FILE, $file) or die $!;
    ...
            print FILE @lines;
            close FILE;
    
  2. or download this
    
    $num = $num == 1 ? 3 : 1;