Help for this page

Select Code to Download


  1. or download this
    $ cat junk
    use strict; use warnings;
    use diagnostics;
    ...
            Can't use string ("4") as a HASH ref while "strict refs" in us
    +e at junk line 5.
     at junk line 5
    
  2. or download this
    #~  $where{$colname}=$colval; 
    $where{$colname}{colval} =$colval;