Seriously, I'd use Class::DBI.
Done. :-)foreach my $row (MyCDBI::Class->retrieve_all) { if ($row->column1 =~ m/AR/i ) { $row->column2( 'AR' ); } $row->update; }
In reply to Re: Updating database question
by dragonchild
in thread Updating database question
by curtisb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |