Help for this page

Select Code to Download


  1. or download this
      $admin = MyTest::Lite -> asAdmin( $id );
      $user = MyTest::Lite -> asUser( $id );
    
  2. or download this
      $admin => {
        Mode => 'Admin',
        CommonParentAttributes => {...}
      }, MyTest::Lite
    
  3. or download this
      $user => {
        Mode => 'User', 
        CommonParentAttributes => {...}
      }, MyTest::Lite