Help for this page

Select Code to Download


  1. or download this
    shift @origcols;
        foreach ( @origcols ) {
           $_ =~ s/\.//;
           push ( @cols , $_ ) unless /Bandwidth.*|MSTCPLoop.*/ ;
        }
    
  2. or download this
    Use of uninitialized value in substitution (s///) at ./runsql3.sql lin
    +e 20.
    Use of uninitialized value in pattern match (m//) at ./runsql3.sql lin
    +e 21.