Help for this page

Select Code to Download


  1. or download this
    mysql> describe gw_ir;
    +------------+-------------+------+-----+---------+----------------+
    ...
    | image_file | mediumblob  | YES  |     | NULL    |                |
    +------------+-------------+------+-----+---------+----------------+
    3 rows in set (0.00 sec)
    
  2. or download this
    use LWP::Simple;
    use DBI;
    ...
      close $fh;
      return $data;
    }