Help for this page

Select Code to Download


  1. or download this
    $val = (EXPRESSION);
    
  2. or download this
    $val = EXPRESSION;
    
  3. or download this
    scalar ARGS;
    
  4. or download this
    scalar(ARGS);
    
  5. or download this
    $rec[0]{kids}
    
  6. or download this
    $rec[0]->{kids}
    
  7. or download this
    ${$aref}[0]{kids}[0]{first_name}
    
  8. or download this
    $aref->[0]->{kids}->[0]->{first_name}