Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl5 -w
    
    ...
            $nfields = $s_handle->{NUM_OF_FIELDS};
            return(\$aoa,\$nrows,\$nfields);
    }
    
  2. or download this
    mysql> select * from weekly where btype = 'F' and day = '0'
    order by keyno limit 2;
    ...
    |    58 | F     | 2003-09-28 |   0 |
    +-------+-------+------------+-----+
    2 rows in set (0.02 sec)
    
  3. or download this
    Use of uninitialized value in hash element at 
    ./hoAoA_ref_test.pl line 39.
    Use of uninitialized value in hash element at 
    ./hoAoA_ref_test.pl line 39.
    
  4. or download this
    Use of uninitialized value in method lookup at 
    ./hoAoA_ref_test.pl line 50.
    Can't call method "" on unblessed reference at 
    ./hoAoA_ref_test.pl line 50.