Help for this page

Select Code to Download


  1. or download this
    @ARGV = glob('*.txt');
    
    ...
       # $ARGV contains the current file name
       print "$ARGV $_";
    }