Help for this page

Select Code to Download


  1. or download this
    my $serpath="D:\\eproof\\htdocs\\*\\work";
    
  2. or download this
    my @xmlfile = File::Find::Rule->file()
    ->name( '*.xml')
    ->in( glob $serpath );
    
  3. or download this
    #!/usr/bin/perl --
    
    use strict;
    ...
    file temptest1/15/work/2.xml
    wow temptest1\15\work/1.xml
    wow temptest1\15\work/2.xml