Help for this page

Select Code to Download


  1. or download this
    if ($po->status->name =~ /^(sent|pending|waiting|procratinating|delaye
    +d)$/i) {
    
  2. or download this
    my $status=$pos->status;
    if ($status->is('Pending')) {}
    if ($status->in(qw(sent pending waitning procrastinating delayed)) { }