Help for this page

Select Code to Download


  1. or download this
    $self->log(LOGDEBUG, 'EDIT_USER: '. Dumper(
        { 
    ...
        }
      )
    );
    
  2. or download this
    sub param {
     ...
        return unless exists ...
        return ...;
    }
    
  3. or download this
    Perl> sub x{ return };;
    
    ...
    Perl> print "@b";;
    Use of uninitialized value in join or string at (eval 13) line 1
    1 2 a  5 6