Help for this page

Select Code to Download


  1. or download this
    open(my $tombolatex, '>', 'int.tex')
        or die "Cannot open file 'int.tex' for writing: $!";
    
  2. or download this
    use autodie;