Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Need help deleting IQ Folders

by new_monk (Sexton)
on Feb 04, 2004 at 19:34 UTC ( [id://326575]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach $folder (@iqfolder_arr)
    { 
       print("Printing from inside the last foreach but before rmdir: $fol
    +der\n");
       $ftp_disco->rmtree(['/ep005/egate/client/iq/$folder'], 1, 1) || die
    + "Error: @{[ $ftp_disco->message ]}\n";
    }
    
  2. or download this
    foreach $folder (@iqfolder_arr)
    { 
       print("Printing from inside the last foreach but before rmdir: $fol
    +der\n");
       rmtree(['/ep005/egate/client/iq/$folder'], 1, 1) || die "Error: @{[
    + $ftp_disco->message ]}\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://326575]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-19 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found