Help for this page

Select Code to Download


  1. or download this
    
      In our aXML document we want to put something like :
    ...
      <hr>
      <walk>/home/user/Desktop/</walk>
    
  2. or download this
    
     my @filelist = glob($data);
    ...
     
    #N.B I haven't tested the above code, it's for example/illustration pu
    +rposes only.
    
  3. or download this
    
      lets say we want a hyperlink for each file :
    ...
        [link action="deletefile" filename="<d>filename</d>"]Delete[/link]
    +<br>
      </walk>
    
  4. or download this
    
     my @filelist = glob($command_args->{'dir'});
    ...
    
     $result = join('',@results);
    
  5. or download this
    
    <table>
    ...
       </walk>
     </table>
    
  6. or download this
    
      <walk dir="<qd>dirname</qd>">
    ...
        ...
      </walk>
    
  7. or download this
    
      <walk dir="/home/username/Desktop">
        <insertfile>common/dirmask1.aXML</insertfile>
      </walk>