Help for this page

Select Code to Download


  1. or download this
    
    sub myRunmodeA
    ...
    return if param('problem') eq 'true';
    }
    
  2. or download this
    sub myRunmodeA
    {
    ...
        { return $self->myRunmodeB; }
    }