Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <t_volume>
    ...
                </info_archive>
            </info>
    <t_volume>
    
  2. or download this
    #!/usr/bin/perl
    my @files = glob('/abc*/info.xml')
    ...
        }
        print "$info_name : $it_size\n";
    }