Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^7: bug or curly bracket hell?

by Anonymous Monk
on Jan 14, 2023 at 01:00 UTC ( #11149584=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ( ($line =~ /^VARDB_database/) && ($CLIDB_database < 1) )
            {$VARDB_database = $line;   my $VARDB_database =~ s/.*=//gi;}
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $i=0;
    foreach(@conf){
        my $line = $conf[$i];
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2023-10-02 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?