Help for this page

Select Code to Download


  1. or download this
    $ls *.xml
    123_20070303_REFNUM.xml
    123_20071225_REFNUM.xml
    123_20080101_REFNUM.xml
    923_20070227_REFNUM.xml
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    closedir DIR;
    
    print Dumper \@xml_files;
    
  3. or download this
    Output:
    $VAR1 = [
              '923_20070227_REFNUM.xml',
    ...
              '123_20071225_REFNUM.xml',
              '123_20080101_REFNUM.xml'
            ];