Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
          <N>5</N>
        </DS>
      </COM>
    
  2. or download this
    @array = `ls file* | awk '{print \$0}'`;
    
  3. or download this
    @array = glob 'file*';