Help for this page

Select Code to Download


  1. or download this
    <code>
    
  2. or download this
    perldoc perlfunc
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    my @args = ('C:\\WINDOWS\\System\\deltree.exe', '/y');
    system @args == 0 or die "error: $!";