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];