Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: ftpbackup

by mandog (Curate)
on Nov 09, 2001 at 20:58 UTC ( [id://124409]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (my $nr = 0; $nr < $filearrnr; $nr++) {
        splice (@filearr, $nr, 1) if ($filearr[$nr] =~ /^#/)
    }
    
  2. or download this
    next if ($filearr[$nr] =~ /^#/);
    
  3. or download this
        
    foreach my $nrl (@hostarr){}
    
  4. or download this
     
    for (my $nr1 = 0; $nr1 < $hostarrnr; $nr1++)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found