Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DBIx::Class::Helper::DUser:ContributedePerleDocumentationNAME
       DBIx::Class::Helper::ResultSet::Shortcut::Search::Like

   like($column	|| \@columns, $cond)
	$rs->like('lyrics', '%zebra%');
	$rs->like(['lyrics', 'title'], '%zebra%');

AUTHOR
       Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>

COPYRIGHT AND LICENSE
       This software is	copyright (c) 2020 by Arthur Axel "fREW" Schmidt.

       This is free software; you can redistribute it and/or modify it under
       the same	terms as the Perl 5 programming	language system	itself.

perl v5.32.1	     DBIx::Class::Helper::ResultSet::Shortcut::Search::Like(3)

NAME | AUTHOR | COPYRIGHT AND LICENSE

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DBIx::Class::Helper::ResultSet::Shortcut::Search::Like&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help