Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: RFC: beginner level script improvement

by jwkrahn (Abbot)
on Sep 23, 2013 at 01:54 UTC ( [id://1055222]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $RESULT = &getdata(\%DATA,\%CONFIG,\%STATIC);  ##read config-file
    ...
    ...
    }else{
        %DATA = &connect2cpe_TELNET(\%DATA,\%CONFIG,\%STATIC);
    }
    
  2. or download this
                        $STATIC->{$T[0]}=$T[1];
    ...
                    $DATA{$IP}->{COMMANDS} = \@COMMANDS;
                    $DATA{$IP}->{MATCHES} = \@MATCHES;
    
  3. or download this
    if ($#ARGV < 0 ) { &help($0); exit 0;}
    ...
        'help|h'   => sub { &help($0); exit 0;}
         ) || die(&help($0));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 22:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found