Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Break the foreach loop on count on 50 and then insert a new foreach loop

by ctilmes (Vicar)
on Nov 12, 2015 at 13:31 UTC ( [id://1147567]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $appendCmd  = "iptablesAdm append";
        $appendCmd    .= " --type=rule";
    ...
        $appendCmd    .= " --protocol=${protocol}"; 
        $appendCmd    .= " --domain=${domain}"; 
        $appendCmd    .= " --persist=yes";
    
  2. or download this
        my $appendCmd  = "iptablesAdm append"
                       . " --type=rule"
    ...
                       . " --protocol=${protocol}" 
                       . " --domain=${domain}"
                       . " --persist=yes";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-26 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found