Changeset 9962 for docs/Perl6/FAQ

Show
Ignore:
Timestamp:
04/16/06 05:07:06 (3 years ago)
Author:
geoffb
Message:

Added a new question directly to Capture.pod as per Audrey's request

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/FAQ/Capture.pod

    r9961 r9962  
    5757  # or by name 
    5858  say "It has $car_cap<doors> doors" # 2 doors 
     59 
     60=head3 Since a Capture is immutable (see below), how did C<$car_cap> gain knowledge of the default color of the car? 
    5961 
    6062=head3 How do I extract all positional arguments or all named arguments?