Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    open IN, '<', 'delme.txt';
    print <IN>;
    close IN;
    
  2. or download this
    File geing processed is delme.txt
    1) how can someone know what is the current edited file's name ? quest
    +ion
    
                2) can someone make modifications on that file, isnt it al
    +ready opened by the <> diamond operator?