Help for this page

Select Code to Download


  1. or download this
    Global symbol "$i" requires explicit package name at ./z.pl line 13.
    Execution of ./z.pl aborted due to compilation errors.
    
  2. or download this
    use File::Find;
    find(sub { rmdir $_ || unlink $_ }, @ARGV);