Help for this page

Select Code to Download


  1. or download this
    &log_action(\%args);
    
  2. or download this
    $args{err} = $s->error();
    
  3. or download this
    sub log_action {
      my $args = shift;
    
  4. or download this
    if ($args->{err}) {
      # do something...
    
  5. or download this
    if (defined $args->{err}) {